12-12-2021, 11:36 PM
Hello,
I do a lot of simple macros and searching online to make my macros but I can't seem to find an example or something similar for what I am trying to create.
I work in IT and get a lot of emails from different systems and requesting methods which need to be consolidated into one single ticketing system as I work them. Unfortunately, not all of these systems list the user data in the same order. I am extremely tired of reformatting these things and unfortunately our management is unwilling to consolidate all of our legacy ticketing systems into the one we are required to use.
So for example:
I basically want to be able to select this whole block of text, and have it split the first name and last name into two different variable using the space, save the email as a variable and the phone as another one. Then I can call for that info by doing a macro to put that text in the clipboard as I need it in a ticket/password/reset/whatever. Once I create one macro system based on this format above, I can make others to suit the various other ordered lists I receive.
Thank you in advance for any guidance. I have been researching this off and on for a couple months but have not successfully made a macro to do this yet.
I do a lot of simple macros and searching online to make my macros but I can't seem to find an example or something similar for what I am trying to create.
I work in IT and get a lot of emails from different systems and requesting methods which need to be consolidated into one single ticketing system as I work them. Unfortunately, not all of these systems list the user data in the same order. I am extremely tired of reformatting these things and unfortunately our management is unwilling to consolidate all of our legacy ticketing systems into the one we are required to use.
So for example:
Quote:Name: Suise Exampleton
Email: [email protected]
Phone: 123-456-7890
I basically want to be able to select this whole block of text, and have it split the first name and last name into two different variable using the space, save the email as a variable and the phone as another one. Then I can call for that info by doing a macro to put that text in the clipboard as I need it in a ticket/password/reset/whatever. Once I create one macro system based on this format above, I can make others to suit the various other ordered lists I receive.
- Variable UsrFirstName: Susie
- Variable UsrLastName: Exampleton
- Variable UsrEmail: [email protected]
- Variable UsrPhone: 123-456-7890
Thank you in advance for any guidance. I have been researching this off and on for a couple months but have not successfully made a macro to do this yet.