E
EH Chew
Hi
I hope someone can assist me here. I am trying to write a
macro which would allow me to import a text file within
the active sheet (say for eg. Data Summary - is the
worksheet name).
I have a similar script/macro command in Lotus 123 but I
am not sure how to convert it in MS Excel (Excel 2002).
The command is:
[DATA SUMMARY:A1].RangeCombineText doc1,currpath,$Text
Note: (this is the other part of the script/macro in
Lotus 123)
Dim currdoc As document
Dim doc1 As String
Dim currpath As String
Dim mmyyyy As String
Set currdoc = CurrentDocument
currpath = currdoc.Path
mmyyyy = "012004"
doc1="84-104-0210."+mmyyyy+".SUMMARY"
Hope someone can help me out here. Really appreciate the
help. Thanks in advance.
Best regards
EH Chew
I hope someone can assist me here. I am trying to write a
macro which would allow me to import a text file within
the active sheet (say for eg. Data Summary - is the
worksheet name).
I have a similar script/macro command in Lotus 123 but I
am not sure how to convert it in MS Excel (Excel 2002).
The command is:
[DATA SUMMARY:A1].RangeCombineText doc1,currpath,$Text
Note: (this is the other part of the script/macro in
Lotus 123)
Dim currdoc As document
Dim doc1 As String
Dim currpath As String
Dim mmyyyy As String
Set currdoc = CurrentDocument
currpath = currdoc.Path
mmyyyy = "012004"
doc1="84-104-0210."+mmyyyy+".SUMMARY"
Hope someone can help me out here. Really appreciate the
help. Thanks in advance.
Best regards
EH Chew