MACROS |
|
|
|
|
| Basics of Bridge HTML: index | ||
[For Normal, NewMacros]
'
' Spade Macro
' Macro opgenomen op 19-05-97 door Dyk
'
Selection.Font.Name = "Symbol"
Selection.TypeText Text:=ChrW(61610)
Selection.Font.Name = "Times New Roman"
End Sub
Sub Heart()
'
' Heart Macro
' Macro opgenomen op 19-05-97 door Dyk
'
Selection.Font.Name = "Symbol"
Selection.TypeText Text:=ChrW(61609)
Selection.Font.Name = "Times New Roman"
End Sub
Sub Diamond()
'
' Diamond Macro
' Macro opgenomen op 19-05-97 door Dyk
'
Selection.Font.Name = "Symbol"
Selection.TypeText Text:=ChrW(61608)
Selection.Font.Name = "Times New Roman"
End Sub
Sub Club()
'
' Club Macro
' Macro opgenomen op 19-05-97 door Dyk
'
Selection.Font.Name = "Symbol"
Selection.TypeText Text:=ChrW(61607)
Selection.Font.Name = "Times New Roman"
End Sub
| [Diagram ] [Font] [ Bidding ] [ Image ] [Characters ] [ Macros ] [Top] |
'
' Macro opgenomen op 22-05-97 door Dyk
'
Selection.InlineShapes.AddPicture FileName:="s.gif", _
LinkToFile:=True, SaveWithDocument:=False
End Sub
Sub hge()
'
' Macro opgenomen op 22-05-97 door Dyk
'
Selection.InlineShapes.AddPicture FileName:="h.gif", _
LinkToFile:=True, SaveWithDocument:=False
End Sub
Sub dge()
'
' Macro opgenomen op 22-05-97 door Dyk
'
Selection.InlineShapes.AddPicture FileName:="d.gif", _
LinkToFile:=True, SaveWithDocument:=False
End Sub
'
' cge Macro
' Macro opgenomen op 22-05-97 door Dyk
'
Selection.InlineShapes.AddPicture FileName:="c.gif", _
LinkToFile:=True, SaveWithDocument:=False
End Sub
Sub webbridge()
'
' webbridge Macro
' Macro opgenomen op 14-06-97 door Dyk
'
Documents.Add Template:= _
"C:\Program Files\Microsoft Office\Office\HTML.DOT", NewTemplate:=False
Application.Run MacroName:="HTML.HTML1.FileSave"
End Sub
| [Diagram ] [Font] [ Bidding ] [ Image ] [Characters ] [ Macros ] [Top] |
I am told the dot-file works (take care of putting the card gifs in
the same directory where you first(!) have to save your (blank) HTML-form).
I don't know Microsoft allows me to put the file downloadable on my
homepage, I have asked.
Don't forget to show me your results.
Succes!
Jan David
If you bother to use my macros I would be pleased if you would
let me know. You should mention my efforts.You might call it "URL-software";
if you publish, send me the URL.
| [Diagram ] [Font] [ Bidding ] [ Image ] [Characters ] [ Macros ] [Top] |
|
|
|
|