I\'m using VBA in Excel and I\'m using a function to find the first empty row then adding some values, after that I need to pass the address of the cell to another function but
The .Address property returns a string so you'll need to to set the addCell variable like so:
.Address
addCell
Set addCell = Worksheets("Schedule").Range(.Address)