Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
|
Lista Forumurilor Pe Tematici
|
Mrrrr's Forum (VIEW ONLY) | Reguli | Inregistrare | Login
POZE MRRRR'S FORUM (VIEW ONLY)
Nu sunteti logat.
|
Nou pe simpatie: andreeadede pe Simpatie.ro
 | Femeie 24 ani Ilfov cauta Barbat 24 - 39 ani |
|
Mrrrr
AdMiN
 Inregistrat: acum 18 ani
Postari: 2249
|
|
Sub SaveAsRTF()
Dim CurrentFolder As String Dim FileName As String Dim myPath As String
'Store Information About Word File myPath = ActiveDocument.FullName CurrentFolder = ActiveDocument.Path & "\" FileName = Mid(myPath, InStrRev(myPath, "\") + 1, _ InStrRev(myPath, ".") - InStrRev(myPath, "\") - 1) 'Save as RTF ActiveDocument.SaveAs2 FileName:=CurrentFolder & FileName & ".rtf", _ FileFormat:=wdFormatRTF, LockComments:=False, Password:="", _ AddToRecentFiles:=True, WritePassword:="", ReadOnlyRecommended:=False, _ EmbedTrueTypeFonts:=False, SaveNativePictureFormat:=False, SaveFormsData _ :=False, SaveAsAOCELetter:=False, CompatibilityMode:=0 End Sub |
_______________________________________

|
|
pus acum 6 ani |
|