Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
When I try to install rowlander I get the message : "compile error in hidden
module: modRegistery" I have a iMac OSX 10.4.10. Any ideas on how I can get it to install. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
RowLiner won't work on a Mac because it uses Windows API functions to work
with the Windows System Registry to store and retrieve user preferences and the Windows API function don't exist on a Mac. You are welcome to modify the code yourself if you want. Email me for the password. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting www.cpearson.com (email on the web site) "suzie" wrote in message ... When I try to install rowlander I get the message : "compile error in hidden module: modRegistery" I have a iMac OSX 10.4.10. Any ideas on how I can get it to install. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In article ,
"Chip Pearson" wrote: RowLiner won't work on a Mac because it uses Windows API functions to work with the Windows System Registry to store and retrieve user preferences and the Windows API function don't exist on a Mac. You are welcome to modify the code yourself if you want. Email me for the password. Chip - I thought you had an earlier version that didn't use the API functions - or else I modified that version years ago. Am I misremembering? In any case, I've got a version that works if the OP would like to email me. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Chip - I thought you had an earlier version that didn't use the API
functions - I may have, many moons ago. That would have been 2 or 3 computers ago. Does the Mac support the GetSetting and SaveSetting functions? -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting www.cpearson.com (email on the web site) "JE McGimpsey" wrote in message ... In article , "Chip Pearson" wrote: RowLiner won't work on a Mac because it uses Windows API functions to work with the Windows System Registry to store and retrieve user preferences and the Windows API function don't exist on a Mac. You are welcome to modify the code yourself if you want. Email me for the password. Chip - I thought you had an earlier version that didn't use the API functions - or else I modified that version years ago. Am I misremembering? In any case, I've got a version that works if the OP would like to email me. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Good morning Mr Pearson
Can I say the keywords for these two functions can be created by user at will please? Regards KC "Chip Pearson" wrote in message ... Chip - I thought you had an earlier version that didn't use the API functions - I may have, many moons ago. That would have been 2 or 3 computers ago. Does the Mac support the GetSetting and SaveSetting functions? -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting www.cpearson.com |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
KC,
The GetSetting and SaveSetting functions are a very simplified way to write values to the System Registry. Unlike the Windows Registry API functions, GetSetting and SaveSetting always stored data in the key "HKEY_CURRENT_USER\Software\VB And VBA Program Settings" and store and retrieve only text strings, not other data types. You can use these functions on any version of Windows (95 and later). I have no idea whether these function will work in a Mac system. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting www.cpearson.com (email on the web site) "KC Cheung" wrote in message ... Good morning Mr Pearson Can I say the keywords for these two functions can be created by user at will please? Regards KC "Chip Pearson" wrote in message ... Chip - I thought you had an earlier version that didn't use the API functions - I may have, many moons ago. That would have been 2 or 3 computers ago. Does the Mac support the GetSetting and SaveSetting functions? -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting www.cpearson.com |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In article ,
"Chip Pearson" wrote: I may have, many moons ago. That would have been 2 or 3 computers ago. Does the Mac support the GetSetting and SaveSetting functions? Yes. Though Macs don't have a registry, MacOffice emulates it in preference files. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
How do I install when "file ZF561407.CAB can not be found" | New Users to Excel | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
What are the reasons if the "the solver" will not install? | Excel Worksheet Functions | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |