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
Which names to include in Exchange 2010 SAN certificate
prstat vs top command
Installing PHP XP (IIS 5.1)
Dual Microsoft DHCP scope configuration.
WHat is the recommended size for the swapfile for my SQL Server ?
Upgrade Exchange SP2 to SP3
extracting BLOBs
Does this HP ML370 G3 server support 64-bit OS?
windows 7 home password policy
HOW TO DEACTIVATE ALL COMMANDS, TEXTBOXES AND DROPDOWN BOXES ONNA FORM?