Forum

VBA top/left/right/...
 
Powiadomienia
Wyczyść wszystko

VBA top/left/right/bottom cell of selection?

1 Wpisy
1 Użytkownicy
0 Reactions
2,060 Widoki
0
Rozpoczynający temat

VBA top/left/right/bottom cell of selection?

1 odpowiedź
0
Rozpoczynający temat
 With Selection
MsgBox "1. Top left cell = " & .Cells(1).Address(0, 0) & vbLf & _
 "2. Bottom left cell = " & .Cells(.Rows.Count, 1).Address(0, 0) & vbLf & _
 "3. Top right cell = " & .Cells(1, .Columns.Count).Address(0, 0) & vbLf & _
 "4. Bottom right cell = " & .Cells(.Cells.Count).Address(0, 0)
 End With

Twoja odpowiedź

Nazwa autora

E-mail autora

Twoje zapytanie *

 
Podgląd 0 rewizje Zapisano
Udostępnij: