Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There are actually only 65,535 rows in Excel. Make that change and you should
be OK... It is probably a service pack / version issue. I can honestly say I have never run accross this but I alway use 65,535... HTH "Steph" wrote: With frng ..Formula = "=TEXT(VLOOKUP(CONCATENATE(""00"",B4),'[ZRMA.xls]Format'!$A$2:$P$" & Workbooks("ZRMA").Sheets("Format").Range("A65536") .End(xlUp).Row & ",16,0),""0000000000"")" End With Hello. I worte an add-in for everyone in the company to use. 99% of the people that try it say it works perfectly. There are a few people that say it errors out on their machines. I went to one of them, and the above line of code is where it errors, specifically the piece of code: Workbooks("ZRMA").Sheets("Format").Range("A65536") .End(xlUp).Row If I replace that with a simple Range("A4:A1000") it works. Any idea why this doesn't work on some machines? Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula to work in a 3-d reference with 2 work books | Excel Worksheet Functions | |||
Formula only works on some computers | Excel Worksheet Functions | |||
Saving custom toolbars with macros to work on other computers | Excel Discussion (Misc queries) | |||
A search for $ in a formula use to work now it does not work | Excel Discussion (Misc queries) | |||
How can I link excel spreadsheets that work on other computers | Excel Discussion (Misc queries) |