View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
GH[_2_] GH[_2_] is offline
external usenet poster
 
Posts: 10
Default How to paste only certain columns from a listbox into a named range

I am struggling with how to paste only the last two columns of a three
column listbox (Listbox1) into a named range ("DataRange") on a
worksheet ("Sheet1"). The number of rows and columns are not dynamic.
Listbox1 always has 3 columns with 18 rows and DataRange always has 2
columns and 18 rows. I want to paste the contents of columns 2 and 3
from ListBox1 into DataRange.
A simple task but I cannot get the syntax correct.

GH