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
I have a function which I want to return a value and change the font of the cell where the return value is to be.
But I can't get it to work, any ideas?
Here is the code
Function Power_3Ph(Optional Voltage As Variant = 0, Optional Current As Variant = 0, Optional Resistance As Variant = 0...
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...
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.