View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Keith Roberts Keith Roberts is offline
external usenet poster
 
Posts: 2
Default Hidden VB Code module/macro/function

I can still create the calendar. I will check the other suggestions.

"Joel" wrote:

Can you still create a calendar? the macro may of been in the persons
personal.xls file.

The calendar also may be in a userform in the project browser or the
calendar may simply be a calendar object that the person added to the
worksheet using the menu : Insert - Object - Calendar Control

"Keith Roberts" wrote:

A coworker left the organization and left behind several workbooks. In one
of these workbooks, you select a month from a dropdown list box and it will
create a monthly calendar based on the month that you selected.

The issue is that I cannot find the code to make some needed changes. The
assigned macro is dropdown3_change. However, this is not found in the
project browser or object browser.

I know that I am overlooking something, but I do not know what is my next
steps to see this code.