A
a924fan
MACRO --- I have:
NewFileNumber = Application.GetOpenFilename(FileFilter:="All Files
(*.*),*.*", Title:="Select a HEX file to import")
Open NewFileNumber For Input As #1
If filename is C:/temp.txt, I want to past that to a cell. I can copy
and past the content of variable 'NewFileNumber' if I knew how to copy
the content of 'NewFileNumber' . It is probaably easy to do but I just
don't know how to do it. Research is drawing a blank. TIA.
NewFileNumber = Application.GetOpenFilename(FileFilter:="All Files
(*.*),*.*", Title:="Select a HEX file to import")
Open NewFileNumber For Input As #1
If filename is C:/temp.txt, I want to past that to a cell. I can copy
and past the content of variable 'NewFileNumber' if I knew how to copy
the content of 'NewFileNumber' . It is probaably easy to do but I just
don't know how to do it. Research is drawing a blank. TIA.