R@emdonck
Dec 10th, 1999, 09:02 PM
Hello,
How can I activate a "Sub" (the sub is located in a module) in an Excell workbook with a vb5 aplication.
for example:
this is Sub in Excell
Sub print_plan()
Call dbShopOrder.SearchOrders
Worksheets("plan").Activate
ActiveSheet.PrintOut
End Sub
greetings R@emdonck
[This message has been edited by R@emdonck (edited 12-11-1999).]
How can I activate a "Sub" (the sub is located in a module) in an Excell workbook with a vb5 aplication.
for example:
this is Sub in Excell
Sub print_plan()
Call dbShopOrder.SearchOrders
Worksheets("plan").Activate
ActiveSheet.PrintOut
End Sub
greetings R@emdonck
[This message has been edited by R@emdonck (edited 12-11-1999).]