Instructions
Instructions
Range("C1").Value = Range("A1").Value
Range("a1").copy
Range("c1").PasteSpecial
End Sub
Sub openworkbook()
Filename = "Supplier1.xlsm"
End Sub
>dir (enter)
Can copy the data to excel. Use text to convert column. Fixed width.
No difference in insert
Project explorer: every workbook and new sheet is added there
Module is for complicated codes: need to tell the excel where the ranges … are
Immediate
F8 step by step
Break point