Naming Outlook VBA scripts

Richard Wulff | ICISA 20 Reputation points
2024-12-10T09:37:17.86+00:00

I have a number of VBA scripts in Outlook to manipulate items in the contacts folder. I would like to name these independently. I have seen that I am supposed to access the "save as" option from the Visual Basic editor. I can not find this (either with the save button or via the File menu option). Can you help please?

Microsoft 365 and Office Development Other
Outlook Windows Classic Outlook for Windows For business
Microsoft 365 and Office Install, redeem, activate For business Windows
0 comments No comments
{count} votes

Accepted answer
  1. Hornblower409-4652 395 Reputation points
    2024-12-14T19:46:50.9233333+00:00

    Richard

    Are you just trying to change the name of a module?

    If so, in the VBA Editor choose View -> Properties Window (F4), select the module you want to rename and put the new name in (Name).

    User's image

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. simo-k 10,415 Reputation points Volunteer Moderator
    2024-12-10T09:55:02.8266667+00:00

    To export a module, use the File menu or the right-click menu.
    User's image

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.