I have a Program that I distribute in a setup file that contains a Word Template, a couple of Word Documents and various other associated files that I want to install on Windows Vista. The program is already being used by many people on other version of Windows and the setup file has been...
PanfTeach
What error was it generating?
Like I said I can't test this myself, have a look at
http://msdn.microsoft.com/en-us/library/microsoft.office.tools.word.document.compare(VS.80).aspx
for info about Compare.
Michael Bryant
Southern Ocean Software
http://southernoceansoftware.com
Yes it is a UDF called from a cell formula, so how can I make changes to the sheet. I even tried calling a sub from the function and that doesn't work either. Is there no way to do this at all?
Michael Bryant
Southern Ocean Software
http://southernoceansoftware.com
I don't know if this is better than your solution, I tried it and it didn't work. Why not stick with what you know, Instr, Right, Mid always work for me.
Try this if you like
Sub ReturnVariables()
Dim bReturn As Integer, eReturn As Integer, vReturn(100) As String
Dim MySent, x As Integer, y...
The argument to pass to the dialog are
name_text, password_text, download_logical
ie
With Application.Dialogs(xlDialogMailLogon)
.Show michael, 29837452, True
End With
Michael Bryant
Southern Ocean Software
http://southernoceansoftware.com
...If cosø = 0 Then
C = Cos(Phase_Angle)
End If
ActiveCell.font.Name = "Symbol"
If Resistance = 0 Then
P = Rt3 * (E * I * C)
Power_3Ph = IIf(P > 1000, Format(P / 1000, "#.## kW"), Format(P, "0.## W"))
'Power_3Ph = P
Exit Function
End...
Can you describe your problem more clearly, do you mean Internet Explorer for IE, where is your code?
Michael Bryant
Southern Ocean Software
http://southernoceansoftware.com
Why are you using Merge, don't you want to compare?
How about something like this?
Private Sub DocumentCompare()
Dim fs, f, f1, fc, s, DocPath, Myfile
DocPath = "F:\Grade\214-7\214-7-3\MLA Reports\packet 1\"
Myfile = DocPath & "\key1.doc"
Set fs =...
I have just installed a digital certificate and added it to a Word Template, it all looks OK but when I try to save the template I get and error message Can't save not enought space on the drive, even thought there is 75 Gigs on the drive.
I am running MS Word 2000 Profession on MS Vista Home...
When trying to write to an 'ini' file from Word in Windows Vista the following error occurs
"Run-time error '-2147467259 (80004005) Method 'PrivateProfileString' of object 'System' failed"
Does anyone know how to overcome this error, or what is causing it?
I wouldn't like to question the users about the lack of error message, and looking over her shoulder is not really and option, my eyes aren't that good anymore and she is in the US and I am in Australia, so even phone conversations aren't that easy, or cheap!
What event logs could I get her to...
I have a user of a collection of MS Word macros that is having this problem whenever she tries to activate any of the macros. The macros don't run at all and Word pops up a box saying it is going to send a report to Microsoft. This collection is in use by many other users but none have...
Thanks Loomah,
While it most certainly would have been more sensible to make the bar ".visible=false" I had tried that and it just didn't work, but the ".enabled=false" works a treat. I don't think users of the template will want the Mail Merge menu anyway, and tough if they do!
Thanks...
I have a template with which I create a document and even though the template does not have the "Mail Merge" menu when I create a new document based on the template the "Mail Merge" menu is visible. How can I get rid of this once and for ever!
[pipe] Mike.
Hi Mike,
My application is a MS Word macro, it only requires Word to run, but to add the commandbars collection it requires the MS Office 9.0 Object Library which is located on my machine in "C:\Program Files\Microsoft Office\Office\MSO9.dll"
If a user only has MS Word installed...
Yes! you are missing something, It is possible to install office applications without Office, ie you can install MS Word or Excel or Access all by themselves, and not have Office installed.
Mike [pipe]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.