ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   I will never, ever get this correct ... (https://www.excelbanter.com/excel-programming/275874-re-i-will-never-ever-get-correct.html)

Dave Peterson[_3_]

I will never, ever get this correct ...
 
Range("A" & new_start & " :D" & new_rows).Select

That last bit-- & ") was a problem, but so was the space after the ":D "

I would drop both spaces:
Range("A" & new_start & ":D" & new_rows).Select



Larry Levinson wrote:

Range("A" & new_start & " :D " & new_rows & ").Select

ok, where are the `"' and `&' in the wrong places? I promise to try to
get it correct from now on. sigh ....

Larry Levinson
Talking up to the vocal ...
LLevinson*Bloomberg.net
(remove the star etc ....)


--

Dave Peterson



All times are GMT +1. The time now is 11:09 AM.

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