Runtime error 91 and 2147417851 (80010105)
Closed
HS55
Posts
2
Registration date
Tuesday November 3, 2009
Status
Member
Last seen
November 5, 2009
-
Nov 4, 2009 at 03:17 PM
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Nov 5, 2009 at 07:40 PM
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Nov 5, 2009 at 07:40 PM
Related:
- Runtime error 91 and 2147417851 (80010105)
- Network error occurred - Guide
- Cmos checksum error - Guide
- Bios rom checksum error - Guide
- Error code: 230000 ✓ - Internet & Social Networks Forum
- Net framework initialization error v4.2.0 download - Download - Other
3 responses
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
Nov 5, 2009 at 06:09 AM
Nov 5, 2009 at 06:09 AM
regarding first question what is dimension of rawstotal
it should be
dim rowstotal as long
not as range
check this.
it should be
dim rowstotal as long
not as range
check this.
HS55
Posts
2
Registration date
Tuesday November 3, 2009
Status
Member
Last seen
November 5, 2009
Nov 5, 2009 at 10:40 AM
Nov 5, 2009 at 10:40 AM
rowTotal is an integer. I'm just trying to figure out the number of rows of data in the sheet.
I changed it to Long, but I still have the same problem. When I run it once, it works...when I run it again, it gives run-time error 91.
Same thing with the 2nd problem - I get the error, then when I stop the macro and re-run, it works.
I changed it to Long, but I still have the same problem. When I run it once, it works...when I run it again, it gives run-time error 91.
Same thing with the 2nd problem - I get the error, then when I stop the macro and re-run, it works.
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
Nov 5, 2009 at 07:40 PM
Nov 5, 2009 at 07:40 PM
I wonder whether it is possible for you to post the first part of the code relevant to the first question