I ivan Sep 13, 2004 #1 created a vb button in excel but want it to open an excisting workbook tryed macro didnt work ? please help need code "beginner"
created a vb button in excel but want it to open an excisting workbook tryed macro didnt work ? please help need code "beginner"
D David McRitchie Sep 14, 2004 #2 Record a macro Workbooks.Open Filename:="C:\bk1\h\excel2k\merge.xls" --
N N10 Sep 14, 2004 #3 Try this in yer button with an appropriate file name Sub Macro1() ' Workbooks.Open Filename:="C:\MYWORKBOOK.xls" End Sub best N10
Try this in yer button with an appropriate file name Sub Macro1() ' Workbooks.Open Filename:="C:\MYWORKBOOK.xls" End Sub best N10