ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Procedures/Macros in the list of Macros (https://www.excelbanter.com/excel-programming/365180-procedures-macros-list-macros.html)

Drahos

Procedures/Macros in the list of Macros
 
Hi all,
I need a help. I would like to use a following hierarchy of procedures:

Billing - this one should ask a user to input the name of a country
after that it should go to procedures different for every country
BillingFR
BillingDE
BillingIT
etc.

I need that in the list of macros (in the personal.xls) I can see only the
Sub Billing() and not all other procedures like BillingFR (), BillingDE() etc.

Thanks for any advice.

Drahos

Ardus Petus

Procedures/Macros in the list of Macros
 
Declare your sub_procedures as Private sub BillingFR()

HTH
--
AP

"Drahos" a écrit dans le message de news:
...
Hi all,
I need a help. I would like to use a following hierarchy of procedures:

Billing - this one should ask a user to input the name of a country
after that it should go to procedures different for every country
BillingFR
BillingDE
BillingIT
etc.

I need that in the list of macros (in the personal.xls) I can see only the
Sub Billing() and not all other procedures like BillingFR (), BillingDE()
etc.

Thanks for any advice.

Drahos




Drahos

Procedures/Macros in the list of Macros
 
Hi Ardus Petus,
thanks a lot for advice. It works.
Best Regards
Drahos.

"Ardus Petus" wrote:

Declare your sub_procedures as Private sub BillingFR()

HTH
--
AP

"Drahos" a écrit dans le message de news:
...
Hi all,
I need a help. I would like to use a following hierarchy of procedures:

Billing - this one should ask a user to input the name of a country
after that it should go to procedures different for every country
BillingFR
BillingDE
BillingIT
etc.

I need that in the list of macros (in the personal.xls) I can see only the
Sub Billing() and not all other procedures like BillingFR (), BillingDE()
etc.

Thanks for any advice.

Drahos






All times are GMT +1. The time now is 01:50 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com