Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What's wrong with the following???? I get "run-time error '9': Subscript
out of range" on the last line Sub copyfinaldata() Dim finalreportfile As String 'Open the FINALREPORT file finalreportfile = InputBox("Open the final report", "Enter filename", ThisWorkbook.Path & "\test.xls") Workbooks.Open Filename:=finalreportfile Windows(finalreportfile).Activate |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Syntax Error In Date | Excel Discussion (Misc queries) | |||
Syntax error | Excel Discussion (Misc queries) | |||
syntax error - help | Excel Discussion (Misc queries) | |||
question about syntax in a simple macro... | Excel Discussion (Misc queries) | |||
Vlookup Syntax Error | New Users to Excel |