Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Matt,
Because of the fact that certain library components of Office and Windows can become corrupt over time, it does indeed help to preface built-in function calls with a VBA. prefix. To expedite coding, what I do is to introduce the notation (by dropping vowels) Lft( ), Rght( ), Md( ), Trm( ), etc., and then in the code module define: Function Lft(X as String, N as Integer) Lft = VBA.Left(X, N) End Function And similarly for the other built-ins. -- Dennis Eisen |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
PDFMaker and Compile Errors | Excel Discussion (Misc queries) | |||
Problem with preventing objects moving and sizing with cells | New Users to Excel | |||
Preventing errors | Excel Discussion (Misc queries) | |||
compile errors | Excel Discussion (Misc queries) | |||
Compile Errors | Excel Programming |