Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi I am using an ini file to store setup properties for a form, this so that
different users get different buttons etc ... What I need to do is remove a user if they don't need to use it. TIA Charles |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just use the same APIs for writing to the ini file, passing 0& for the
value: 'Delete a property WritePrivateProfileString SECTION_NAME, PROPERTY_NAME, 0&, INI_FILENAME 'Delete a section WritePrivateProfileString SECTION_NAME, 0&, 0&, INI_FILENAME HTH, Gareth vqthomf wrote: Hi I am using an ini file to store setup properties for a form, this so that different users get different buttons etc ... What I need to do is remove a user if they don't need to use it. TIA Charles |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Deleting an unwanted AutoComplete entry | Excel Discussion (Misc queries) | |||
deleting a file | Excel Discussion (Misc queries) | |||
merging cells and then deleting rows and duplicate entry | Excel Programming | |||
deleting file(s) by their file extension | Excel Programming | |||
Deleting a file using VB | Excel Programming |