View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Josh[_9_] Josh[_9_] is offline
external usenet poster
 
Posts: 9
Default Remove data with listbox

I am getting a runtime error '1004'
Application-defined or object defined error.

With Worksheets("Sheet2")
.Columns(3).ClearContents.Cells(Count + 15, 3).Value =
Worksheets("Sheet1").ListBox1.List(j)
End With

Also, is there a way to populate the listbox when you open the document?

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!