Hey Dan,
Here’s how to solve the issue:
Edit the macro and go in Tools>References
Uncheck the missing references and check the ones refering to 2022
Hey Dan,
Here’s how to solve the issue:
Edit the macro and go in Tools>References
Thank you. I couldn’t figure out how people got to the references window.
I looked at the help file and the only thing it said was “show the references window” I was like, “HOW!!?”
lol
Thank you for sharing your QR code generator macro! It’s impressive that you’ve crafted a solution tailored to your needs, especially without a programming background. I’ll definitely give it a try. Hopefully, others in the community can help enhance it further. Great job!
Thanks for sharing the qr generator!
My sketch picture dialog stays open. API says something about “This method does not support drawing documents” for the below code line
Part.SketchManager.InsertSketch2 True
Using this line of code instead seems to exit the sketch picture dialog.
Part.EditSheet 'exit edit sheet format
If you want to insert a couple QR codes without macro closing run it as vbModeless and comment out the unload
UserForm1.Show vbModeless
'Unload Me