Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
When writing multiple values to a .ini file I'm familiar with the following basic code: Open "c:\my.ini" For Output As #1 Print #1, "1" Print #1, "2" Print #1, "3" Close #1 Is there a way to modify/write values to specific lines only, for example modifying the "2" value on line 2 to "5", without overwriting the other lines with their unchanged values? Thanks for any feedback! Jim |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create/modify date for specific sheets? | Excel Discussion (Misc queries) | |||
printing specific lines | Excel Discussion (Misc queries) | |||
modify a macro to apply to a specific range of cells | Excel Discussion (Misc queries) | |||
Help...Need to modify data within a column in a .csv file | Excel Discussion (Misc queries) | |||
Help...Need to modify data within a column in a .csv file | Excel Worksheet Functions |