Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to know how can I active a window. I have the statement written (see
below) ,however, it is not working. The "Progname" is already open with another files and I want the "Progname" to be the active one when the macro is done. Thanks advance. Maperalia "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ Progname = "S:\GEOTEST\shears\" & WO & "\" & Boring & " " & "@" & " " & depth & ".xls" Windows(Progname).Activate |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Workbooks(Progname).Activate
"maperalia" wrote: I want to know how can I active a window. I have the statement written (see below) ,however, it is not working. The "Progname" is already open with another files and I want the "Progname" to be the active one when the macro is done. Thanks advance. Maperalia "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ Progname = "S:\GEOTEST\shears\" & WO & "\" & Boring & " " & "@" & " " & depth & ".xls" Windows(Progname).Activate |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
LGWhiz;
Thanks for the quick response. I put the statement you gave me ( Workbooks(Progname).Activate ) a I got the following error message: Run-Time error'9': Subscript out of range What does it mean? Maperlia "JLGWhiz" wrote: Workbooks(Progname).Activate "maperalia" wrote: I want to know how can I active a window. I have the statement written (see below) ,however, it is not working. The "Progname" is already open with another files and I want the "Progname" to be the active one when the macro is done. Thanks advance. Maperalia "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ Progname = "S:\GEOTEST\shears\" & WO & "\" & Boring & " " & "@" & " " & depth & ".xls" Windows(Progname).Activate |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Run-Time error'9':
Subscript out of range What does it mean? That means that there is no window with a caption equal to the contents of the 'Progname' variable. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting www.cpearson.com (email on the web site) "maperalia" wrote in message ... LGWhiz; Thanks for the quick response. I put the statement you gave me ( Workbooks(Progname).Activate ) a I got the following error message: Run-Time error'9': Subscript out of range What does it mean? Maperlia "JLGWhiz" wrote: Workbooks(Progname).Activate "maperalia" wrote: I want to know how can I active a window. I have the statement written (see below) ,however, it is not working. The "Progname" is already open with another files and I want the "Progname" to be the active one when the macro is done. Thanks advance. Maperalia "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ Progname = "S:\GEOTEST\shears\" & WO & "\" & Boring & " " & "@" & " " & depth & ".xls" Windows(Progname).Activate |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Chip'
Thanks for your response. Could you please lead me to solve it? Thanks. Maperalia "Chip Pearson" wrote: Run-Time error'9': Subscript out of range What does it mean? That means that there is no window with a caption equal to the contents of the 'Progname' variable. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting www.cpearson.com (email on the web site) "maperalia" wrote in message ... LGWhiz; Thanks for the quick response. I put the statement you gave me ( Workbooks(Progname).Activate ) a I got the following error message: Run-Time error'9': Subscript out of range What does it mean? Maperlia "JLGWhiz" wrote: Workbooks(Progname).Activate "maperalia" wrote: I want to know how can I active a window. I have the statement written (see below) ,however, it is not working. The "Progname" is already open with another files and I want the "Progname" to be the active one when the macro is done. Thanks advance. Maperalia "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ Progname = "S:\GEOTEST\shears\" & WO & "\" & Boring & " " & "@" & " " & depth & ".xls" Windows(Progname).Activate |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Chip;
Thanks very much I got it. Basically I followed your advice that "there is no window with a caption equal to the contents of the 'Progname' variable". Therefore, I typed the the following content instead: "" & WO & "\" & Boring & " " & "@" & " " & depth & ".xls" and it is working perfectly. Thanks again for your help. Maperalia "Chip Pearson" wrote: Run-Time error'9': Subscript out of range What does it mean? That means that there is no window with a caption equal to the contents of the 'Progname' variable. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting www.cpearson.com (email on the web site) "maperalia" wrote in message ... LGWhiz; Thanks for the quick response. I put the statement you gave me ( Workbooks(Progname).Activate ) a I got the following error message: Run-Time error'9': Subscript out of range What does it mean? Maperlia "JLGWhiz" wrote: Workbooks(Progname).Activate "maperalia" wrote: I want to know how can I active a window. I have the statement written (see below) ,however, it is not working. The "Progname" is already open with another files and I want the "Progname" to be the active one when the macro is done. Thanks advance. Maperalia "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ Progname = "S:\GEOTEST\shears\" & WO & "\" & Boring & " " & "@" & " " & depth & ".xls" Windows(Progname).Activate |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
missing Active Window bar | New Users to Excel | |||
Re-size active window | Excel Programming | |||
update active window | Excel Programming | |||
Active Window Question | Excel Discussion (Misc queries) | |||
active window | Excel Programming |