Microsoft
Software
Hardware
Network
Question : Error message when execute Macro
Hi Experts,
I need Experts help. When I run Macro2 “Sub CompileData()”, the error message pop-up as:
“subscript out of range” at this line:
“If ISEXIST(Sheets(CStr(wksNam
e)).UsedRa
nge.Column
s("a:b").V
alue, MySheets(i) & ";" & CLng(rCell”
Hope Experts could help me to rectify this error. Attached the workbook for Experts perusal.
Attachments:
ReportTest.xls
(149 KB)
(File Type Details)
xls
Answer : Error message when execute Macro
Hi,
replace
Sheets(CStr(wksName))
with
Sheets(CStr(Trim(wksName))
)
wherever in the code
Kris
Random Solutions
Windows SBS 2003
Get identity of last insert (ASP.NET MVC Entity framework)
Cannot tracert beyond DSL modem
urgent need of EMC DMX/Symmetrix documention on Solaris10, need to attend personal interview as Solaris 10 system administrator.
How do I allow only a certain ip adress to access my website?
Display of base64 images in IE
Internal server name showing in URL
Microsoft Outlook Delayed delivery option
Foundation Server and SBS2003
how do i do i return the @exist from the function and do this code