If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Display a popup rectangle with data when selecting cells in rows

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-14-07, 06:49
jsavoor jsavoor is offline
Registered User
 
Join Date: Nov 2007
Posts: 1
Display a popup rectangle with data when selecting cells in rows

Hello

I am quite new to VBA and need help.

The excel sheet I am working with involves two worksheets.

WorkSheet 1 contains WHOIS look up data analysed from our webserver and looks like this:
Col A: IP Address, Col B Name of Company etc etc

Worksheet 2 contains the page access data and looks like this:
Col A: IP Address, Col B: Page accessed

At the moment I have created a macro on a button. When it is clicked I take the value of the current cell, switch to Sheet 2, filter Col A to the value. This works.

But what I would like is this... when a person goes to any cell on a row, the Col B data on sheet 2 corresponding to the Col A value of current row is displayed in a pop up rectangle.

For instance... User is selects a cell on Row 9, Sheet A. A9 contains value 201.35.23.101. The pop up rectangle should show all values in Sheet 2-Col B where Sheet 2-Col A = value in Sheet1-A9. In other words: List Cells in Col B where A*=Sheet 1-Cell A9.

I hope I have not confused people. I have attached a sample sheet.

Any help would be greatly appreciated.
Attached Files
File Type: zip TESTSHEET.zip (78.7 KB, 98 views)
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On