Related:
- Plz Help- need sheetname for each row importd
- Saints row 2 cheats - Guide
- How to delete a row in word - Guide
- Vb net find last row in excel sheet - Guide
- Saints row 1 pc download - Download - Action and adventure
- Excel change row color based on value - Guide
1 response
just to add...
originally the codes working fine, I just added some lines which i thought would be able to give me sheetname as against each row imported, in the last column
may be there is problem with these lines only :---
------------------------------------------
Dim Sh2 As String
Sh2 = ws.Name
Worksheets(sh1).Range("B" & lastTabCol).Value = Sh2
-----------------------------------------
so the point is if you make these line 'OFF, the code works fine without it, but i need sheet name in the last column for each row imported as well... PLZ help
originally the codes working fine, I just added some lines which i thought would be able to give me sheetname as against each row imported, in the last column
may be there is problem with these lines only :---
------------------------------------------
Dim Sh2 As String
Sh2 = ws.Name
Worksheets(sh1).Range("B" & lastTabCol).Value = Sh2
-----------------------------------------
so the point is if you make these line 'OFF, the code works fine without it, but i need sheet name in the last column for each row imported as well... PLZ help