ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   VB code for Active cell to the last cell (https://www.excelbanter.com/excel-programming/409673-vbulletin-code-active-cell-last-cell.html)

CAPTGNVR[_2_]

VB code for Active cell to the last cell
 
DEAR ALL

I get lastrow = ActiveCell.End(xlDown).Row and

BBB = ActiveCell.Address(ROWABSOLUTE:=False, COLUMNABSOLUTE:=False)

Range(BBB :K" & lastrow) does not work.

What should be the code to select a range from active cell to the last row
and till colum K?

Can any one help me, pls.

BRGDS/CAPTGNVR

Rick Rothstein \(MVP - VB\)[_1766_]

VB code for Active cell to the last cell
 
BBB contains a String value so you have to concatenate it with other text.
Use this...

Range(BBB & ":K" & lastrow)

Rick



"CAPTGNVR" wrote in message
...
DEAR ALL

I get lastrow = ActiveCell.End(xlDown).Row and

BBB = ActiveCell.Address(ROWABSOLUTE:=False, COLUMNABSOLUTE:=False)

Range(BBB :K" & lastrow) does not work.

What should be the code to select a range from active cell to the last
row
and till colum K?

Can any one help me, pls.

BRGDS/CAPTGNVR



CAPTGNVR[_2_]

VB code for Active cell to the last cell
 
D/RICK

BINGO. Pretty quick response. Tried and working like a charm. Thank u.

brgds/captgnvr

"Rick Rothstein (MVP - VB)" wrote:

BBB contains a String value so you have to concatenate it with other text.
Use this...

Range(BBB & ":K" & lastrow)

Rick



"CAPTGNVR" wrote in message
...
DEAR ALL

I get lastrow = ActiveCell.End(xlDown).Row and

BBB = ActiveCell.Address(ROWABSOLUTE:=False, COLUMNABSOLUTE:=False)

Range(BBB :K" & lastrow) does not work.

What should be the code to select a range from active cell to the last
row
and till colum K?

Can any one help me, pls.

BRGDS/CAPTGNVR





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

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