Thread
:
Subscript is out of Range
View Single Post
#
1
Posted to microsoft.public.excel.programming
Teresa
external usenet poster
Posts: 169
Subscript is out of Range
Hi,
Below is an extract from a macro, why do I get 'Subscript is out of range',
many thanks
Sub yy()
Dim curWkbk As Workbook
Set curWkbk = Workbooks("wip " & Format(Date, "dd-mm-yy") & ".xls")
End Sub
Reply With Quote
Teresa
View Public Profile
Find all posts by Teresa