View Single Post
 
Old 01-30-2023, 04:41 PM
Cendrinne's Avatar
Cendrinne Cendrinne is offline Windows 10 Office 2019
Competent Performer
 
Join Date: Aug 2019
Location: Montreal Quebec Canada
Posts: 200
Cendrinne is on a distinguished road
Default Thanks Andrew...

Quote:
Originally Posted by Guessed View Post
I would have to say that 34 does sound a tad overkill but I would think that there would be a lot of variability in how 'fast' a ribbon can load.

If your ribbon is completely static then it should load quickly but there are plenty of built-in ribbon functionality that is dynamic (eg varies with the selection). With the addition of many other templates to provide company and personal functionality you are increasing processing demands to some degree. If you have a lot of Get commands in your ribbon code then each one will be needing to RUN code to work out how to draw the ribbon button. That all takes processing time and potentially could slow down the PC responsiveness. Generally the time to process this is insignificant on modern machines but it isn't zero.

If the PC is fast at some times and slow at others then I would be looking towards other aspects of your machine to see where the processing power is going before digging too deeply into your ribbon code.

Didn't totally understood everything but I love your last sentence

Believe me, I have very logical reasons to have many tabs in Word. There are 3-4 for all tables, 2-3 for current tables, 2 for layouts paper, 1 for FNR with wildcards, so I don't have to think how to put it, it's already programmed, etc.... Everything to save me time. I'll try with my phone to take a pic of the word screen to give you an idea.

Maybe you have a better solution for me.

Since I'm still on the clock, I have to do it later, but I just wanted to thank you soooooooo much for taking the time to reply to me.

Happy New Years

Last edited by Cendrinne; 01-30-2023 at 11:54 PM.
Reply With Quote