Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Im currently using the code below:
Dim StartTime#, CurrentTime# Const TrialPeriod# = 90 Const ObscurePath$ = "C:\Program Files\Microsoft Office\" Const ObscureFile$ = "051506.Log" I would like the have the logname come from a cell in the workbook. I tried the following: Const ObscureFile$ = Worksheets("SheetA").cell("A8").Value Const ObscureFile$ = Worksheets("SheetA").[A8].range They both gave me compile errors. Any suggestions? Also, can the target cell be a formula and the resulting logname be that cell's displayed text? ( Ie: Cell A6 = 051506 , Cell A8 =A6&".Log" ) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to save data in one cell and add new data in cell below etc | Excel Programming | |||
macro to copy & paste cell data into another cell | Excel Programming | |||
Writing a macro to copy first cell down until next cell has data | Excel Programming | |||
enter data in cell which will start macro to move data to sheet2 | Excel Discussion (Misc queries) | |||
I need a macro that copies that data from one cell on one sheet to a cell on another? | Excel Programming |