Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
right then, i have this:
Sub totalsend() Dim rownum As String Dim Tday As String Tday = Format(Date, "YYYY_MM_DD") ActiveWorkbook.SaveAs FileName:="\\testsrv\XXXXX\" & (Tday) & ".xls" Workbooks.Open FileName:="\\testsrv\XX\XX\totals.xls" Windows("totals.xls").Activate ActiveWindow.WindowState = xlMaximized Sheets("Totals").Select Sheets("Totals").Move After:=Workbooks(Tday).Sheets(3) yesterday i was making this on excell 97, today im using 2003 (woo hoo the office finaly upgraded) this worked before, i see no problem i am 100% sure its not spelling (the same cannot however be said for this post) ifi hover over the Tday function it gives the date so i know its refferancing the right thing its going to be a set of brackets or a missing " i know it |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
what does 'Subscript Out of range' mean?? | Excel Worksheet Functions | |||
Subscript out of range | Excel Programming | |||
Subscript out of range | Excel Programming | |||
Subscript out of range | Excel Programming | |||
SubScript Out Of Range. | Excel Programming |