Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I'd like to make an input box pop up with a default value on it,
that should be stored in a variable, and that any information on this would then be inserted on a cell like an excel formula. Questions a 1. How to make an inputbox pop up with a default value? 2. How to insert a formula on a cell like it was inserted in excel and not vba? VBA Style: ActiveCell.FormulaR1C1 = _ "=IF(PedidosImp!RC[-29]="""",REPT("" "",25),TEXT(PedidosImp!RC[-26],""0000000,00""))" I'd like to insert a formula like: =IF(PedidosImp!F1="";REPT(" ";25);TEXT(PedidosImp!I1;"0000000,00")) Without that extra quoting. Thanks in advance! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Default Windows Profile without default Office user info | Excel Discussion (Misc queries) | |||
Default ribbon to open by default when opening xls in browser | Excel Discussion (Misc queries) | |||
Inputbox and Application.InputBox | Excel Programming | |||
Application.InputBox with Default:=0 testing False | Excel Programming | |||
Excel VBA - InputBox DEFAULT Value? | Excel Programming |