Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I use bracketed range references and they work fine on my
desktop but are not recognized when I run the same macro on my laptop. Does anybody know why? thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() should work probably more to do with the activesheet. does your code refer to a sheet variable or does it work with the activesheet or thisworkbook.. keepITcool < email : keepitcool chello nl (with @ and .) < homepage: http://members.chello.nl/keepitcool "Bob" wrote: I use bracketed range references and they work fine on my desktop but are not recognized when I run the same macro on my laptop. Does anybody know why? thanks. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What's different between the two machines?
different versions of excel? Different operating systems? Different version of Internet Explorer? Have you tried going into your laptop and building code similar to what your workbook contains - does that work? Did you try it like this: [namedrange].value = 100 Regards, Tom Ogilvy "bob" wrote in message ... i'm just assigning a value to a named range on the active sheet: [namedrange] = 100 works on one machine, but not on the other; seems like some setting or install must be different between the machines; any ideas? thanks...bob -----Original Message----- should work probably more to do with the activesheet. does your code refer to a sheet variable or does it work with the activesheet or thisworkbook.. keepITcool < email : keepitcool chello nl (with @ and .) < homepage: http://members.chello.nl/keepitcool "Bob" wrote: I use bracketed range references and they work fine on my desktop but are not recognized when I run the same macro on my laptop. Does anybody know why? thanks. . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
the only difference is 'pro' on the desktop and 'home' on
the laptop; i tried '.value' and building the code from scratch as suggested but in both cases get the same error... "compile error: can't find project or library" ?? -----Original Message----- What's different between the two machines? different versions of excel? Different operating systems? Different version of Internet Explorer? Have you tried going into your laptop and building code similar to what your workbook contains - does that work? Did you try it like this: [namedrange].value = 100 Regards, Tom Ogilvy "bob" wrote in message ... i'm just assigning a value to a named range on the active sheet: [namedrange] = 100 works on one machine, but not on the other; seems like some setting or install must be different between the machines; any ideas? thanks...bob -----Original Message----- should work probably more to do with the activesheet. does your code refer to a sheet variable or does it work with the activesheet or thisworkbook.. keepITcool < email : keepitcool chello nl (with @ and .) < homepage: http://members.chello.nl/keepitcool "Bob" wrote: I use bracketed range references and they work fine on my desktop but are not recognized when I run the same macro on my laptop. Does anybody know why? thanks. . . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Making all references in a range absolute | Excel Discussion (Misc queries) | |||
range names to cell references | Excel Worksheet Functions | |||
How to rename references from range names to cell references | Excel Discussion (Misc queries) | |||
Does a bracketed calculation always get performed first? | Excel Discussion (Misc queries) | |||
BRACKETED NEGATIVE NUMBERS IN EXCEL | New Users to Excel |