Exercise - 9 Date:-: Aim:-Sort The Numbers Stored in The Excel Files and Change The Color of The Cell
Exercise - 9 Date:-: Aim:-Sort The Numbers Stored in The Excel Files and Change The Color of The Cell
Date:-
Aim:- Sort the numbers stored in the excel files and change the color of the cell
Coding:-
Const xlAscending = 1
Const xlYes = 0
Set myxl = CreateObject("Excel.Application")
myxl.Visible = True
Set myxlWorkbook = _
myxl.Workbooks.Open("Z:\rupesh.xlsx")
output