rubberduck-vba / Rubberduck

Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).
https://rubberduckvba.com
GNU General Public License v3.0
1.92k stars 301 forks source link

Parse Error - Unknown cause - possibly related to Userform add in Personal.xlsb #5511

Closed SmileyFtW closed 4 years ago

SmileyFtW commented 4 years ago

Rubberduck version information Version 2.5.0.5457 OS: Microsoft Windows NT 10.0.18362.0, x64 Host Product: Microsoft Office x86 Host Version: 16.0.12730.20270 Host Executable: EXCEL.EXE

Description After adding a User Form to Personal.xlsb RD has a Parse Error.

To Reproduce Steps to reproduce the behavior (assuming it can be reproduced):

  1. Add a new UserForm via RD CE>Add>UserForm to Personal.xlsb
  2. See Parse Fail with Personal.UserForm1 in banner

Expected behavior A successful parse.

Screenshots None

Logfile RubberduckLog.txt

SmileyFtW commented 4 years ago

Removed the UserForm and any use of it in code. Parse still fails. Closing this for now because it is likely related to something else.

SmileyFtW commented 4 years ago

My bad. Part of another loaded project failed to compile; hence the Parse Error.