Click here to Skip to main content
15,888,733 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

i am presently using excel project where i used one list object control in excel and presented database fields in it....

what i need is when i click any of the excel cell it should display complete rows content in popup ...
Posted
Comments
Menon Santosh 3-Nov-11 1:09am    
U have to write macro to achive this

1 solution

crate a macro something like this :

foreach(cell cs in rows.cell)
msgbox(cells.value)
For Each
 
Share this answer
 
Comments
[no name] 4-Nov-11 8:13am    
can u expalin me in detail.....

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900