Skip to content

gabriel-messas/excel-regex-insert-content-before-after-VBA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

excel-regex-insert-content-before-after-VBA

  1. Press ALT + F11 in Excel to open the VBA console
  2. Copy and add this module
  3. The function will be available in the Workbook

Function RegxFunc takes as arguments:

  • strInput As String => The content to be matched
  • regexPattern As String => The pattern to be matched against
  • insertBefore As String => The content to be inserted before the matched text
  • insertAfter As String => The content to be inserted after the matched text

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages