Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I am a VBA novice and posted some code like:
Sheets("Input").select Range("A1").select ActiveCell.FormulaR1C1 = "=IF(R2C20,""Yes"",""No"")" ActiveCell.Offset(1,0).Select ActiveCell.Value = 1 The groans were almost audible over the Internet! While this code gets the job done, I get the distinct impression that this is the slowest and clunkiest way to do things. How else do I indicate the sheets and cell I want to work in without selecting it? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
mouse selects area | Excel Worksheet Functions | |||
Eliminating Single Quote Before Equals Sign | Excel Worksheet Functions |