ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Listbox Data to Cell Comment (https://www.excelbanter.com/excel-programming/299511-listbox-data-cell-comment.html)

Troy H

Listbox Data to Cell Comment
 
I have a listbox populated with data. I would like to take this data and move it to a comment box in a cell. The cell address is not important as I have that one figured out, but I am having problems trying to figure out how to take the data and move it to a cell's comment box

Thanks in Advance for the help.

Chris

Listbox Data to Cell Comment
 
try this
if Listbox1.ListCount = 0 Then Exit Su
Range("A1").AddComment Listbox1.Lis

----- Troy H wrote: ----

I have a listbox populated with data. I would like to take this data and move it to a comment box in a cell. The cell address is not important as I have that one figured out, but I am having problems trying to figure out how to take the data and move it to a cell's comment box

Thanks in Advance for the help.


All times are GMT +1. The time now is 03:01 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com