Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm unable to get the value stored in the variable. I'm not sure what I'm
doing wrong. I get a value of zero. Here's what I'm doing to check the value of the data: Sub SetVarFromCell() Dim paycode12 As Long MsgBox (ThisWorkbook.Name & " " & ActiveSheet.Name & " " & ActiveCell.Address) MsgBox (ActiveCell.Value) paycode12 = Worksheets("flx00012.tmp").Cells(18, "L").Value MsgBox (paycode12) End Sub Any help is appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unable to view column A in spreadsheet | Excel Discussion (Misc queries) | |||
Unable to view document | Excel Discussion (Misc queries) | |||
Unable to view any charts in new worksheet | Charts and Charting in Excel | |||
Unable to View Sheets in Workbook | Excel Discussion (Misc queries) | |||
am unable to view or use sheet tabs | New Users to Excel |