Click here to Skip to main content
15,914,905 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Dumb VB fact of the Day Pin
Peter Adam9-Nov-18 5:40
professionalPeter Adam9-Nov-18 5:40 
GeneralRe: Dumb VB fact of the Day Pin
Matt McGuire9-Nov-18 8:00
professionalMatt McGuire9-Nov-18 8:00 
GeneralRe: Dumb VB and C++ fact of the Day PinPopular
theoldfool8-Nov-18 8:31
professionaltheoldfool8-Nov-18 8:31 
GeneralRe: Dumb VB and C++ fact of the Day Pin
OriginalGriff8-Nov-18 9:04
mveOriginalGriff8-Nov-18 9:04 
GeneralRe: Dumb VB and C++ fact of the Day Pin
PIEBALDconsult8-Nov-18 14:46
mvePIEBALDconsult8-Nov-18 14:46 
GeneralRe: Dumb VB and C++ fact of the Day Pin
ZevSpitz8-Nov-18 21:19
professionalZevSpitz8-Nov-18 21:19 
GeneralRe: Dumb VB and C++ fact of the Day Pin
obermd9-Nov-18 3:03
obermd9-Nov-18 3:03 
GeneralRe: Dumb VB and C++ fact of the Day Pin
ZevSpitz12-Nov-18 4:27
professionalZevSpitz12-Nov-18 4:27 
You mean the Excel and Word object models, respectively. You can easily access the Word object model from Excel, and the Excel object model from Word. You can also access both object models from an external program/script -- .NET languages, Python, VBScript, JScript and others. I think the limitations of these object models are independent of the language.

VBA (and VB6) is limited in that it doesn't have a first-class-function mechanism (AddressOf doesn't count, as AFAICT there is no way to call such a function pointer from VBA), nor does it have a lambda function syntax. This means that LINQ/FP-style data processing is impossible in VBA/VB6, and filtering / sorting / projecting any collection of data involves nested For Each and conditional blocks.
GeneralRe: Dumb VB and C++ fact of the Day Pin
Mark_Wallace8-Nov-18 22:04
Mark_Wallace8-Nov-18 22:04 
GeneralRe: Dumb VB and C++ fact of the Day Pin
CPallini8-Nov-18 10:52
mveCPallini8-Nov-18 10:52 
GeneralRe: Dumb VB and C++ fact of the Day Pin
Sumuj John8-Nov-18 15:24
professionalSumuj John8-Nov-18 15:24 
GeneralRe: Dumb VB and C++ fact of the Day Pin
Roger Wright8-Nov-18 20:47
professionalRoger Wright8-Nov-18 20:47 
GeneralRe: Dumb VB and C++ fact of the Day Pin
glennPattonWork38-Nov-18 21:58
professionalglennPattonWork38-Nov-18 21:58 
GeneralRe: Dumb VB and C++ fact of the Day Pin
Mark_Wallace8-Nov-18 21:17
Mark_Wallace8-Nov-18 21:17 
GeneralRe: Dumb VB and C++ fact of the Day Pin
grralph18-Nov-18 23:45
grralph18-Nov-18 23:45 
GeneralRe: Dumb VB and C++ fact of the Day Pin
Sander Rossel9-Nov-18 0:29
professionalSander Rossel9-Nov-18 0:29 
GeneralRe: Dumb VB and C++ fact of the Day Pin
atverweij9-Nov-18 0:48
atverweij9-Nov-18 0:48 
GeneralRe: Dumb VB and C++ fact of the Day Pin
Jim Meadors9-Nov-18 17:00
Jim Meadors9-Nov-18 17:00 
GeneralRe: Dumb VB and C++ fact of the Day Pin
Member 916705711-Nov-18 20:16
Member 916705711-Nov-18 20:16 
GeneralRe: Dumb VB and C++ fact of the Day Pin
MarcusCole683313-Nov-18 10:58
professionalMarcusCole683313-Nov-18 10:58 
GeneralThought of the Day Pin
OriginalGriff8-Nov-18 5:02
mveOriginalGriff8-Nov-18 5:02 
AnswerRe: Thought of the Day Pin
megaadam8-Nov-18 5:08
professionalmegaadam8-Nov-18 5:08 
GeneralRe: Thought of the Day Pin
PeejayAdams8-Nov-18 5:34
PeejayAdams8-Nov-18 5:34 
GeneralRe: Thought of the Day Pin
W Balboos, GHB8-Nov-18 5:34
W Balboos, GHB8-Nov-18 5:34 
GeneralRe: Thought of the Day Pin
DRHuff8-Nov-18 5:48
DRHuff8-Nov-18 5:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.