M
Mike
Hi everyone,
Say I have this VBA piece:
Set BRngSolution =
Workbooks(filename).Worksheets("TimeMacTable").Range("B6")
BRngSolution.Clear
but instead of a range in Excel sheet, I have thing in "abc.csv" that
I want to Clear. I tried this but didn't work:
Clear "C:\AM\Model\abc.csv"
how it should be written in VBA?
Thanks,
Mike
Say I have this VBA piece:
Set BRngSolution =
Workbooks(filename).Worksheets("TimeMacTable").Range("B6")
BRngSolution.Clear
but instead of a range in Excel sheet, I have thing in "abc.csv" that
I want to Clear. I tried this but didn't work:
Clear "C:\AM\Model\abc.csv"
how it should be written in VBA?
Thanks,
Mike