Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Sep 16, 2025
Topics: 61 / Replies: 1581
Reply
RE: VBA help to email printed pagebreak to an email address

Hi Arun, Please see attached workbook. This sends email using Outlook so you'll need that installed. Emails are sent 'silently' - they aren't dis...

7 years ago
Forum
Reply
RE: Checkbox for error checking

Hi Alison, Yes, you have to copy the entire format in one go. Please see attached workbook, which includes the custom format. To recreate thi...

7 years ago
Reply
RE: VBA help to email printed pagebreak to an email address

Hi Arun, the code for emailing PDF's here should help you Regards Phil

7 years ago
Forum
Reply
RE: macro language

Hi Julie, Are we deleting rows or columns? Which column(s) would pto, web cam, employee id etc appear? In order to look for something specifi...

7 years ago
Forum
Reply
RE: macro language

Hi Julie, Yes this can be done. But the final macro will depend on what your data looks like. Can you please supply a workbook with data? Rega...

7 years ago
Forum
Reply
RE: Import Export of data from Text file removing Double Quotes

You're welcome. Merry Christmas and see you in 2019. Phil

7 years ago
Forum
Reply
RE: No consoles to display at this time

Hi Dan, In your pyxll.cfg you should have moth_ws.py listed under modules. Are you trying to run moth_ws from a console? It should be run by Py...

7 years ago
Reply
RE: Macro to transform System download data to column form

Hi David, If the macro works with test data but not with real data then your test data is not an accurate reflection of your real data. You need...

7 years ago
Forum
Reply
7 years ago
Forum
Reply
RE: Import Export of data from Text file removing Double Quotes

Hi Maurizio, You need to change this line RigaF = Split(Replace(lineafile, Chr(34), ""), ",") Your text file has each line wrapped in double ...

7 years ago
Forum
Reply
RE: Edit media files properties

Hi Khaled, I don't know any way to do this from VBA. You'll find some stand alone utilities though if you do a search. Regards Phil

7 years ago
Forum
Reply
RE: creating a form

Hi Alison, You can follow the steps here but I would start with a blank document, rather than any template available in Word. Basically if ...

7 years ago
Forum
Reply
RE: Mailmerge with group of data

Hi Alison, The fields in the Word doc are mapped 1-1 from the source data (columns) for each record. So if you want to have multiple issues per Ow...

7 years ago
Forum
Reply
RE: How to start a Music Song without the Windows request

Hi Maurizio, I have to ask, why are you playing music in Excel? Why not just use a media player? Anyway, you can use ActiveX controls to do wha...

7 years ago
Forum
Page 98 / 110