| Thread | Last Post | Replies |
|
| Create List in Combo Box | 22 Mar 2006 04:20 GMT | 2 |
I am attempting to create a user form with combo boxes or a drop dow list. How do enter the Data to be dropped down from this. I know how t create a list using Validation however this does not help with use
|
| Update Validation List from cell | 22 Mar 2006 04:17 GMT | 2 |
Is there any VBA way that when a user enters an invalid name into a cell with validation that they can be prompted to add the new name to the list?
|
| listbox with data coming from another workbook | 22 Mar 2006 02:27 GMT | 1 |
1. how to achieve to define a name of the xls file if there are spaces 'like "this excel sheet.xls". And this seems to be refused by Excel. How to solve this ? ex:
|
| help with loop | 22 Mar 2006 02:12 GMT | 1 |
I need to process some data that looks like this: 02.01.01.01 PSE Staff 02.01.01.01 PSE Staff 02.01.01.01 PSE Staff
|
| How to get excel vb to ignore the $ symbol in a textbox? | 22 Mar 2006 01:57 GMT | 2 |
Hi this is a 2 part question. Again - im new to this so please be patient. :) 1 - Would anyone be able to explain to me how to get excel to ignore the "$" symbol if it is entered in a text box? The situation is:
|
| How to refer to the value of a cell containing a VBA function? | 22 Mar 2006 01:16 GMT | 1 |
I have a VBA function in a cell of one worksheet and want to use the value in a cell of another worksheet. I haven't been able to figure out how to do that. Bob
|
| Immediate Window not showing up below code window | 22 Mar 2006 01:02 GMT | 1 |
My Immediate window does not show up at the bottom of my page when I click onto View/Immediate Window. It now shows up as a full sheet. I went to Options and it is clicked off as dockable. Don't know what I did. How do I reset it so that it shows up below my code window.
|
| Excel Active Cell | 22 Mar 2006 01:01 GMT | 2 |
I have a Visual Basic command button on an Excel worksheet. When the command button is clicked I need the code to make use of the column number of the active cell. How is this found?
|
| finding min values address and getting value from same column | 22 Mar 2006 00:47 GMT | 1 |
ok here is what i have. A B C D E 1 V W X Y 2 1.95 1.55 1.75 2.05 #Display
|
| Macro shortcuts | 22 Mar 2006 00:38 GMT | 2 |
All of my spreadsheets have similar Hide and Unhide macros. These handle all the sheet hiding and protection. I gave the macros the shortcuts of Ctrl-i and Ctrl-u. But if more than one spreadsheet is open, the shortcuts don't work. Why is this? This annoys my users, as they all know ...
|
| stuck with activecell offset | 22 Mar 2006 00:27 GMT | 4 |
"ActiveCell.Offset(6, 96).Copy" This gets me to where I want to copy a cell but "ActiveCell.Offset(-6, -96).Select" doesn't take me back to the previous cell.
|
| Counter for records found during Find | 22 Mar 2006 00:22 GMT | 3 |
Here's what I have: The user wants to find a record. He clicks a button to request this, and enters a PO number. A sub in a standard module is executed that performs a Find. Then another UserForm comes up showing the record. One
|
| number length limit | 22 Mar 2006 00:19 GMT | 2 |
I am putting a number in cell A1 the number is an order number that was generated however when I put in the number, the last few digits are showing a 0's.
|
| re: edit command button | 21 Mar 2006 23:58 GMT | 3 |
hihi~~ newbie here, i been looking over the place for an excel code and decided to use this functio http://www.excelforum.com/showthread.php?t=335941&highlight=edit+data+form
|
| Moving app from one computer to another | 21 Mar 2006 23:56 GMT | 1 |
If I have an excel spreadsheet, (on a Windows Millennium computer) which has an InternetExplorer object embedded into a userform, and I move this to a WinXP computer (where the version of IE will be slightly different), am I likely to run into any problems, i.e. will I have to
|