Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I created a spreadsheet that retrieves a large data set and based on
options the user selects, the data is reduced and plotted accordingly. Currently, the source data file name and location is hardcoded as a constant into the spreadsheet file to eliminate the complex method required to retrieve the source data (our IT department's doing) . Unfortunately, every few months the source data file name gets changed, (another IT issue) which is OK, as I can replace the constant info in a few seconds. What I'd like to do is enable the userform to display the source data file name at the bottom of the form to alert the user which data set they're using. How do I retrieve a constant from VB code and add it as a label to a form? Art |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Getting a constant/variable from another workbook? | Excel Programming | |||
From variable to excel constant | Excel Programming | |||
Removing the constant link from Spinner | Excel Worksheet Functions | |||
Variable Acting Like a Constant? | Excel Programming | |||
Is it possible to open the VBA form with a link in a sheet and to pass variable from a cell to the VBA form? | Excel Programming |