Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello there,
I set this "myfilename" string to store the name of the file (input box) and then re-name the sheets. Everything works fine, all functions work great until I close the file. When I re-open "myfilename" is empty, although I tried to store it in Cell "H3" What can I do different to keep the value public and permanent once the name of the file is entered? Any kind of help apprecieated, Gaba Public myfilename As String Function getmyfilename() myfilename = InputBox("Please Enter Dataset File:") Range("H3").Value = myfilename End Function -- gaba :) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 showing empty rows at bottom | Excel Discussion (Misc queries) | |||
Either showing : empty or blank | Excel Discussion (Misc queries) | |||
formulas showing up in an empty cell by themselves | Excel Discussion (Misc queries) | |||
How can I chart a data series without showing empty cells? | Charts and Charting in Excel | |||
Empty cell and a the empty String | Excel Programming |