Hi Friends,
I am novice to VBA macros, Can anyone help me to correct this Complie error: Expected: list separator or ( while running below code.
workbooks("SKU Status Tracker.xls").Sheets("Sheet1).range("I" & SKUOutputrc+1).select
Selection.NumberFormat = "@"
I want to select a particular Cell (Range ("I" & x) ) from a sheet and change its formart to text.
Can anyone help me out...
Bookmarks