![]() |
#2
|
||||
|
||||
![]()
try:
Code:
Sub blah() Dim rng0 As Range, cll0 As Range Set cll0 = Selection Set rng0 = Application.InputBox(Prompt:="Select source range", Type:=8) rng0.SpecialCells(xlCellTypeVisible).Copy Application.Goto cll0 ActiveSheet.Paste Link:=True Application.CutCopyMode = False End Sub |
Tags |
link, visible |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Help making a Macro | Mullin4414 | Word VBA | 4 | 03-06-2023 09:17 AM |
Problem with efficient organisation of pictures in my pub | Croitz | Publisher | 0 | 12-22-2018 05:48 AM |
![]() |
friesjh | Excel | 5 | 06-28-2016 10:22 AM |
Most efficient way to store numerous charts? | RAB | PowerPoint | 0 | 07-13-2015 07:17 AM |
![]() |
LadyAna | Word | 1 | 12-06-2014 10:39 PM |