Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Re-reading the question I think you are probably correct Peter.
In which case using Application.InputBox the Type should be 2 for a string and then use one of your methods to create the formula final formula. Dim y As String y = Application.InputBox(Prompt:="Enter Formula", Type:=2) ActiveCell.Formula = "=IF(ISERROR(" & y & "),""""," & y & ")" -- Regards, OssieMac |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
InputBox | Excel Programming | |||
Inputbox for a formula | Excel Discussion (Misc queries) | |||
InputBox value in formula problem | Excel Programming | |||
Value in a inputbox | Excel Programming | |||
Inputbox and Application.InputBox | Excel Programming |