HI
I am trying to create a macro in Excel to pul an EXCEL ALIB file "xlswaps.xla" to the Add-Ins. I have tryed usig the below code but it isn't working?
Sheets("setup").Select
Range("C1").Select
ActiveCell.FormulaR1C1 =OBJECT_LOAD(""http:C:\ct2\alib\18.0.0.0//)"
Range("C2").Select
ActiveSheet.Calculate
Call ImportData_4("Import_Table")
Sheets("xlswaps.xla").Select
ActiveSheet.Calculate
ActiveWorkbook.Save
End Sub
I am trying to create a macro in Excel to pul an EXCEL ALIB file "xlswaps.xla" to the Add-Ins. I have tryed usig the below code but it isn't working?
Sheets("setup").Select
Range("C1").Select
ActiveCell.FormulaR1C1 =OBJECT_LOAD(""http:C:\ct2\alib\18.0.0.0//)"
Range("C2").Select
ActiveSheet.Calculate
Call ImportData_4("Import_Table")
Sheets("xlswaps.xla").Select
ActiveSheet.Calculate
ActiveWorkbook.Save
End Sub