suleymanyaman
Industrial
Hi dear friend or members
I have some values and I want to overwrite excel file before I create path in down.
However I didnot open created file.Also I want to check this file was opened do something.
Thank you for helping.
If strsearch = sname Then
sTemp = sname + " = " + CStr(a(9)) + ", " + CStr(a(10)) + ", " + CStr(a(11))
'Msgbox sTemp
oLocation = "C:\Macro Files\" & partName1 & "." & exportFormat 'before is created
'I want to open again this excel file
'if this file is "open or activated"
' oExcel.Cells(1,1)="NAME" ...
End If
I have some values and I want to overwrite excel file before I create path in down.
However I didnot open created file.Also I want to check this file was opened do something.
Thank you for helping.
If strsearch = sname Then
sTemp = sname + " = " + CStr(a(9)) + ", " + CStr(a(10)) + ", " + CStr(a(11))
'Msgbox sTemp
oLocation = "C:\Macro Files\" & partName1 & "." & exportFormat 'before is created
'I want to open again this excel file
'if this file is "open or activated"
' oExcel.Cells(1,1)="NAME" ...
End If