ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   first empty row (visual c++) (https://www.excelbanter.com/excel-programming/310206-first-empty-row-visual-c.html)

fiufiu

first empty row (visual c++)
 
Hello,
I have macro in vba and i need it in Visual C++
Does anyone know how to do it?
I would be very grateful for any help

firstEmptyRow =
ActiveSheet.UsedRange.Cells(ActiveSheet.UsedRange. Cells.Count).Offset(1,
0).Row
Set firstEmptyCell = Range("A" & firstEmptyRow)
firstEmptyCell.Select


All times are GMT +1. The time now is 05:24 PM.

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