Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need a bit of help, obviously. I want to retrieve a data value from a cell
which is the NAME of a worksheet. I want to integrate that retrieved value into the VB code to either HIDE or UNHIDE the sheet. I have this: Dim code As Integer code = Worksheets("HOME").Range("C4").Value '(which equals 160628)' I want to take that value of 160628 and get it into this type of code replacing the "HOME" section: Sheets("HOME").Visible = True Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Integrating xls with vba | Excel Programming | |||
Integrating a work sheet into another | Excel Discussion (Misc queries) | |||
integrating row number in a formula | Excel Programming | |||
Integrating variables in formulas in VB??? | Excel Programming | |||
URGENT !!! Integrating Axes | Charts and Charting in Excel |