cwbe coordinatez:
101
792011
2246044
8763449

ABSOLUT
KYBERIA
permissions
you: r,
system: public
net: yes

neurons

stats|by_visit|by_K
source
tiamat
commanders
polls

total descendants::0
total children::0
show[ 2 | 3] flat


Sub open_file()

Dim fd As Office.FileDialog
Set fd = Application.FileDialog(msoFileDialogFilePicker)

With fd
.Filters.Clear ' Clear all the filters (if applied before).
.Title = "Select a Word File"
.Filters.Add "Word Files", "*.doc?", 1
.AllowMultiSelect = False
If .Show = True Then
End If
End With

End Sub


Sub open_folder()


Dim fldr As FileDialog
Dim mPath As String
Set fldr = Application.FileDialog(msoFileDialogFolderPicker)
With fldr
.Title = "Vyber zlozku s PDF"
.AllowMultiSelect = False
.InitialFileName = "C:"
If .Show <> -1 Then GoTo nextCode
mPath = .SelectedItems(1) & ""
End With


End Sub




There are currently 9971 K available in
2nd Guild's K-treasury.




get 1 πŸ¦† for 5 🐘
get 1 🐘 for 1 πŸ¦†