Hi. I have a bit of an issue in a sheet I'm trying to create and have no Idea really where to start.
Basically I currently have a form that inputs data into my s/sheet 'Data'.
I require a button that will produce a summary (possibly message box) of the details that are in the spreadsheet in rows A,B and C. I want the form to display each of the rows that are unique only. ie.
EY18 12-Feb Y-J...
Search Result
Collapse
3 results in 0.0023 seconds.
Keywords
Members
Tags
-
Organise Data in Excel
-
msgbox not showing on server vb6
Hi all,
I am trying to display an ok-cancel message box when the user clicks the delete button on a page. When running the code locally through visual basic, the message box works correctly. When I move the code up to our test server, however, the message box does not present at all. Does anyone know why this would happen? And how to fix it?
Thanks,
Chris -
Auto Answer a Msgbox that appears upon opening file
I have a macro that loops through and opens a number of files. In each file there is an event procedure upon opening that displays an informational msgbox (The only option is to click ok). I'm trying to have my code click okay so that I don't have to sit here and hit enter (literally hundreds of times) as each file opens. Application.dip lay alerts = false does not work, and changing the msgbox event procedure is unfortunately not an option. Any...