Thread
:
Best Practice
View Single Post
#
1
Posted to microsoft.public.excel.programming
Ardus Petus
external usenet poster
Posts: 718
Best Practice
Since I found out yo may write
[Sheet2!A1:b2].value
instead of :
Worksheets("Sheet2").Range("A1:B2").Value
I would like to know wether this is bad practice or just a performance issue
TIA
--
AP
Reply With Quote
Ardus Petus
View Public Profile
Find all posts by Ardus Petus