Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a working Text to Columns macro. Everything is okay except my macro
is permanently changing the users text to column delimiter settings. How can I determine what the delimiter settings are and store them before I change them? Thank you for any help you can give me. MSweetG222 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can't.
You could run your text to columns macro, then do a dummy text to columns, use delimited and don't specify any delimiter. This won't reset it back to what the user had, but your original settings won't be remembered, either. (It seems safer to me.) MSweetG222 wrote: I have a working Text to Columns macro. Everything is okay except my macro is permanently changing the users text to column delimiter settings. How can I determine what the delimiter settings are and store them before I change them? Thank you for any help you can give me. MSweetG222 -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dave, thank you for the information.
MSweetG222 ======================== "Dave Peterson" wrote: You can't. You could run your text to columns macro, then do a dummy text to columns, use delimited and don't specify any delimiter. This won't reset it back to what the user had, but your original settings won't be remembered, either. (It seems safer to me.) MSweetG222 wrote: I have a working Text to Columns macro. Everything is okay except my macro is permanently changing the users text to column delimiter settings. How can I determine what the delimiter settings are and store them before I change them? Thank you for any help you can give me. MSweetG222 -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Restore users Text to Columns settings -HELP! | Excel Programming | |||
Saving Text to Columns parameters for future use | Excel Discussion (Misc queries) | |||
Saving settings | Excel Discussion (Misc queries) | |||
Saving Print Settings - Customized for each user | Excel Discussion (Misc queries) | |||
HELP! Settings are not saving | Excel Discussion (Misc queries) |