Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can handle that in several ways, but maybe the simplest is just putting:
On Error Resume Next before your line: Workbooks.Open Filename:=WB RBS "have_a_cup" wrote in message ... When using a Dim statement, is there any way to declare a generic value, so that if there aren't actually 10 workbooks, the macro just ends...or, how do I get around the run time 1004 error from happening / displaying alert???? Dim x As Integer Dim WB As String For x = 1 To 10 WB = "G:\myFolder\TEST\RBA\RBA " & x & ".xls" Workbooks.Open Filename:=WB Next End Sub -- have_a_cup ------------------------------------------------------------------------ have_a_cup's Profile: http://www.excelforum.com/member.php...o&userid=35394 View this thread: http://www.excelforum.com/showthread...hreadid=552501 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
[NEWBIE] date/time diff | Excel Discussion (Misc queries) | |||
Time Question Newbie | New Users to Excel | |||
Newbie Q: Error handling procedures in a loop | Excel Programming | |||
Newbie: Error 1004 | Excel Programming | |||
error in my VBA (newbie) | Excel Programming |