Share via

VBA code missing in .xlsm workbook

Anonymous
2019-11-22T14:54:46+00:00

I built a workbook last year that on the first call of the day goes out and extracts data from several web sites and,processes the data before placing it in cells in various sheets in this workbook.  It has worked fine all this time. 

I need to add a log of the data updated and opened the Design menu but when I view the code the project, sheets and modules are listed but no code.  I do not use a common macro file for this project.

Anay suggestions on where to look next would be appreciated.

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2019-11-23T05:49:43+00:00

    I've seen some code get removed by anti-virus programs with no warning, if the code appears to do something malicious like download files from the web. Maybe you have a backup or an earlier version?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2019-11-22T17:11:18+00:00

    Maybe: You are using Data Queries instead of macro code, and just forgot how you had set up the workbook.

    Thanks but that's not it.  I had to parse out the web sites to find the correct data.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2019-11-22T16:49:58+00:00

    Maybe: You are using Data Queries instead of macro code, and just forgot how you had set up the workbook.

    Was this answer helpful?

    0 comments No comments