ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How do I update without sheet select (https://www.excelbanter.com/excel-programming/366267-how-do-i-update-without-sheet-select.html)

Kieranz[_2_]

How do I update without sheet select
 
Hello
I have the following code; I would like to do the same thing without
sheet and range select.

Sheet1.select
Range("B3").select
Activecell(1,1) = "xyz"
Activecell(1,3) = "month"
Activecell(3,2)= "Sales"
....
etc
Many thks, Rgds Kz


Don Guillett

How do I update without sheet select
 
with sheet1
..cells(4,3)="xyx"
..cells(5,6)="month"
end with

--
Don Guillett
SalesAid Software

"Kieranz" wrote in message
oups.com...
Hello
I have the following code; I would like to do the same thing without
sheet and range select.

Sheet1.select
Range("B3").select
Activecell(1,1) = "xyz"
Activecell(1,3) = "month"
Activecell(3,2)= "Sales"
...
etc
Many thks, Rgds Kz





All times are GMT +1. The time now is 02:10 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com