Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In trying to find that data recorded in this function I
am using TEST = so that I can see it's value in the locals window, as I step through the macro. However it errors out on <test = mycell.cell.Value2.Value2 (1).Value2(1, 1) with ( run-time 438 object doesn't support this property or method) I've also tried test = mycell.Value2.Value2(1).Value2(1, 1) Am I using the wrong variant assignment??? Sub merge1() Dim mycell As Variant Dim test As String Worksheets("Sheet1").Activate Set mycell = application.InputBox(prompt:="Select a cell", Type:=8) test = mycell.cell.Value2.Value2(1).Value2(1, 1) test = mycell.FormulaHidden End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formating inputbox result in excel | Excel Worksheet Functions | |||
Excel Inputbox | Excel Discussion (Misc queries) | |||
Excel VBA - InputBox DEFAULT Value? | Excel Programming | |||
Excel VBA Inputbox Properties? | Excel Programming | |||
Excel Macro Code invoking InputBox. | Excel Programming |