01-27-2026, 02:56 AM
(01-27-2026, 02:04 AM)SMcNeill Wrote: For me, I'm a horrific user of copy/paste so WITH/END WITH has never been part of my personal coding process.
I type something like ThisIsMyVar.Extension = foo
Then I highlight the ThisIsMyVar.
Then it's CTRL-C to copy it.
Then for the next several lines I just CTRL-V and paste it in where I want it and type in the rest of the namespace manually.
Like mad, I find it easier to track and reference in my mind if I'm looking at the full variable name, rather than having to track which WITH my code might currently be associated with at any given moment.
It's just what works for me personally.
Yup, you do what's right for you. Personally, I sort of equate a With/End With block and a Do/Loop block. As I said, it's all a personal preference, but it would be handy to have With/End With available.
It's not the having, it's the doing.


