AddFromString method (VBA Add-In Object Model)
Adds text to a module.
Syntax
object.AddFromString
The object placeholder is an object expression that evaluates to an object in the Applies To list.
Remarks
The AddFromString method inserts the text starting on the line preceding the first procedure in the module. If the module doesn't contain procedures, AddFromString places the text at the end of the module.
See also
- CodeModule object
- Collections (Visual Basic Add-In Model)
- Visual Basic Add-in Model reference
- Visual Basic language reference
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.