Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Do I have to select a sheet before placing values in a range?
This works: Sheets("Product").select Range(Cells(1, 2), Cells(1, 11)).Value = 1000 This doesn't: Sheets("Product").Range(Cells(1, 2), Cells(1, 11)).Value = 1000 Thanks in advance. Daniel |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Difficulty placing active email / hyperlinks with normal text in c | Excel Discussion (Misc queries) | |||
placing a button directly in a sheet | Excel Discussion (Misc queries) | |||
help with placing Logo on excel sheet | Excel Discussion (Misc queries) | |||
Option Buttons move after placing on sheet | Excel Worksheet Functions | |||
Placing an array on the active sheet | Excel Programming |