Search found 21 matches

by giovanniroi
Tue Oct 23, 2012 12:16 pm
Forum: Technical / Scripting
Topic: Test registry Key availability
Replies: 7
Views: 7233

Dear Rain
I test the code that You have write and work well, the test is correct and the code work well.
I need to use this code to add registry key used but one my application.

Thank's for the support

Giovanni Roi
by giovanniroi
Sat Oct 20, 2012 5:24 pm
Forum: Technical / Scripting
Topic: Test registry Key availability
Replies: 7
Views: 7233

Dear Jerry, the problem that I find in the Registry Key read is for all the Registry Key that You cal try to read. In my case i have: Root: HKEY_CURRENT_USER,Software\Microsoft\Office\12.0\Access\Security\Trusted Locations\Location0 Key:Path Content of the Key: C:\GR&A_Trend\ thne the code is: =====...
by giovanniroi
Thu Oct 18, 2012 2:51 pm
Forum: Technical / Scripting
Topic: Test registry Key availability
Replies: 7
Views: 7233

Dear Jerry, I try to use the standard functionalyty but this don't Work well. I use this code: ========= RegistryReadKey>HKEY_CURRENT_USER,Software\Microsoft\Office\12.0\Access\Security\Trusted Locations\Location0,Path,C:\GR&A_Trend\,VActTitle IF>VActTitle=C:\GR&A_Trend\ MessageModal>Chiave OK else ...
by giovanniroi
Tue Oct 09, 2012 1:42 pm
Forum: Technical / Scripting
Topic: Test registry Key availability
Replies: 7
Views: 7233

Test registry Key availability

Dear Support, I use this code to write a windows registry key: RegistryWriteKey>HKEY_CURRENT_USER,Software\Microsoft\Office\12.0\Access\Security\Trusted Locations\Location0,Path,C:\GR&A_Trend\ REG_INTASSTR = 1 RegistryWriteKey>HKEY_CURRENT_USER,Software\Microsoft\Office\12.0\Access\Security\Trusted ...
by giovanniroi
Fri Jun 29, 2012 4:49 pm
Forum: Technical / Scripting
Topic: Automation of Mail Merge Excel and Word
Replies: 0
Views: 7045

Automation of Mail Merge Excel and Word

Dear Support, I need to automatize a Mail Merge from a Excel file and Word document. I Find this code on web, can You help me to convert this in macro scheduler code: ===================== Function MailMergeStart() Dim objWord As Word.Document Set objWord = GetObject("c:\Temp\file.doc", "Word.Docume...
by giovanniroi
Wed Jun 27, 2012 6:06 pm
Forum: Technical / Scripting
Topic: How to test the presence of Outlook on the PC
Replies: 4
Views: 5562

Thank's, now is working and this solve my problem.

Giovanni Roi
by giovanniroi
Wed Jun 27, 2012 2:49 pm
Forum: Technical / Scripting
Topic: How to test the presence of Outlook on the PC
Replies: 4
Views: 5562

I Try to make this script but I have always an error message also if I have installed Outlook =================== VBStart Function TestOutlook() On Error Resume Next 'Create OL App object Set objOLApp = CreateObject("Outlook.Application") If Error.Number = 429 Then TestOutlook = "Outlook non present...
by giovanniroi
Mon Jun 18, 2012 5:55 pm
Forum: Technical / Scripting
Topic: How to test the presence of Outlook on the PC
Replies: 4
Views: 5562

How to test the presence of Outlook on the PC

I created a routine to send mail with Outlook that shows me a runtime error if Outlook is not installed on your computer.

How can I check if Outlook is installed on the PC to prevent the error of Run Time 429?

Thank's for the support

Giovanni Roi
by giovanniroi
Fri Dec 16, 2011 5:09 pm
Forum: Technical / Scripting
Topic: Mail merge automation
Replies: 5
Views: 5597

I have problem to: 2) Confirm the request from Word to execute the data selection : This is done by pressing a button that is activated from Word when I open the Word file. 3) execute the mail merge: thie is apply with a command selection in the Word Menu ( File, Letter.etc.) after this activity I n...
by giovanniroi
Fri Dec 16, 2011 3:26 pm
Forum: Technical / Scripting
Topic: Mail merge automation
Replies: 5
Views: 5597

I tried to record the phases of the mail merge but the registered commands can not be used to create a macro.

Thank's

Giovanni Roi
by giovanniroi
Fri Dec 02, 2011 3:49 pm
Forum: Technical / Scripting
Topic: Mail merge automation
Replies: 5
Views: 5597

Mail merge automation

Dear Support, I have a Word 2003 documents that include data from a Access 2007 table and I need to automatize the mail merge activity. The action that I need to automatize are: 1) Open the Word Document 2) Confirm the request from Word to execute the data selection 3) execute the mail merge 4) Sele...
by giovanniroi
Tue Nov 08, 2011 9:31 am
Forum: Technical / Scripting
Topic: Registry update - the correct code
Replies: 1
Views: 2553

Registry update - the correct code

Dear Support, I have two different code to update the registry, I ask You what is the better way to modify the registry: 1) First code ---------------- RegistryWriteKey>HKEY_CURRENT_USER,Software\Microsoft\Office\12.0\Access\Security\Trusted Locations\Location0,Path,C:\GR&A_Trend\ REG_INTASSTR = 1 R...
by giovanniroi
Tue Aug 02, 2011 9:16 am
Forum: Technical / Scripting
Topic: Multi Users Write Key Register
Replies: 2
Views: 4152

Thank's for the solution

Dear Support,
thank's for the solution.
Regards

Giovanni Roi
by giovanniroi
Fri Jul 08, 2011 8:09 am
Forum: Technical / Scripting
Topic: Multi Users Write Key Register
Replies: 2
Views: 4152

Multi Users Write Key Register

Dear Support, I need to write this Key in the Windows Register for all the user available (Administrator and also normal User). The Key is: [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Security\Trusted Locations\Location0] "Path"="C:\\GR&A_Trend\\" "AllowSubfolders"=dword:00000001 How ca...
by giovanniroi
Fri Jul 08, 2011 8:04 am
Forum: Technical / Scripting
Topic: Write Key Registration
Replies: 1
Views: 2860

Write Key Registration

Dear support, I need to write four key in the Registry, how can I register this Key: This is the Key Path : [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Security\Trusted Locations\Location0] the key are: "Path"="C:\\GR&A_Trend\\" "AllowSubfolders"=dword:00000001 "Description"="" "Date"="...
cron
Sign up to our newsletter for free automation tips, tricks & discounts