Karthik Thandapani
Member
Hi,
I have an existing module in which ranges were hard-coded and from that the slides are copied to PPT. Presently, there is an upgrade as the range should be taken from the cell value shown as below.
fyi, Private Sub ExcelTableToPowerPoint(xlRange As Range)
ExcelTableToPowerPoint (ActiveSheet.Range("B5:D10")) - Previously
Presently, I have the range in cell H7 as below
Worksheets("Sheet1").range("A1:G45")
Any help on this how to capture the above here;
ExcelTableToPowerPoint (ActiveSheet.Range("B5:D10"))
Thanks,
Karthik
I have an existing module in which ranges were hard-coded and from that the slides are copied to PPT. Presently, there is an upgrade as the range should be taken from the cell value shown as below.
fyi, Private Sub ExcelTableToPowerPoint(xlRange As Range)
ExcelTableToPowerPoint (ActiveSheet.Range("B5:D10")) - Previously
Presently, I have the range in cell H7 as below
Worksheets("Sheet1").range("A1:G45")
Any help on this how to capture the above here;
ExcelTableToPowerPoint (ActiveSheet.Range("B5:D10"))
Thanks,
Karthik