03-01-23 12:21 PM
Dim wb, excel, Range As Object
Try
wb = GetWorkbook(Handle, Nothing).ActiveSheet
excel = wb.Application
Range = excel.Selection
Range.HorizontalAlignment = xlCenter
Finally
wb = Nothing
excel = Nothing
Range = Nothing
End Try
Kindly need your help in this.
03-01-23 09:11 PM
04-01-23 01:53 PM