| Thread | Last Post | Replies |
|
| use F keys | 26 Feb 2007 23:57 GMT | 2 |
Is there a way to assign aMacro or VB code to a F-key such as F12, Thanks
 Signature WayneR
|
| Getting system OS language and then..... | 26 Feb 2007 23:49 GMT | 4 |
Hey people, I need to know if excel does have a method or function that can find out the OS language (Windows XP) so I can adjusts paths (C:\) when updating the fields, which are in different excels.
|
| Call VBA procedure ilocated in another workbook | 26 Feb 2007 23:25 GMT | 1 |
Hi - is there a way to call an Excel VBA procedure located in another workbook? Thanks!
|
| Appending Hyperlink to existing text at certain start row | 26 Feb 2007 23:02 GMT | 1 |
Ok my code works great except I need to start at row 11, I am not sure how to keep it so I am only going through the current range of column a and to be able to start at a specified row Here is my code:
|
| Code does not work | 26 Feb 2007 22:46 GMT | 5 |
for the following macro, I want it to seach column 'c' in all sheets except sheet4. If there is a numeric value in col 'c' of any of the worksheets in the workbook, I want to copy the entire row to sheet 4. The code I have written will also copy rows of data that fall between the ...
|
| Autofill cells in 1 column :code ?? | 26 Feb 2007 22:33 GMT | 2 |
I want to do the following : I have 1 column Let's say the value in cell A1 is "APPLE" Let's say the value in cell A15 is "PEACH"
|
| Individual Action Item Worksheet Creation | 26 Feb 2007 21:21 GMT | 1 |
At weekly meetings, a secretary of ours takes notes of what action items are assigned to whom. She keeps track of these delegations on a single worksheet per project at the meeting real-time, for the sake of speed and accuracy. This workbook has one worksheet per project with
|
| Column Help | 26 Feb 2007 21:07 GMT | 1 |
If I would like to set up 3 columns A, B, & C and would like B to be small and just to break up columns A & C, is there a way to tab over B when entering information from A then C? Thanks,
|
| Date Validation | 26 Feb 2007 20:59 GMT | 2 |
Thanks in Advance for help. i created a User Form with data box that collects the date in the format of MMDDYYYY, i tried to validate the date with lots of code but in the end i failed because i am a novice to VBA. i was wondering if
|
| Transferring Captions/Text between UserForms | 26 Feb 2007 20:46 GMT | 3 |
This might be hard to explain... I have a useform with 24 buttons and 24 textboxes. Each button corresponds to a textbox next to it. The idea is to click a button to open up another userform with several optionbuttons, then click the optionbutton and have the
|
| Copying rows with radio buttons and drop downs | 26 Feb 2007 20:38 GMT | 1 |
I am working on a form that will have 200+ rows of user input. Each row will be the same, but seperate. Each will have 4 radio buttons that, when selected, will display 1 of 4 drop down lists, another drop down list, and several formulas using the values derived from the choices ...
|
| Deleting Rows | 26 Feb 2007 20:36 GMT | 6 |
I import data from an external source into a workbook. Thru a macro, I sift thru the information and delete unwanted entries. I start out with 1900 rows of info, after deleting unwanted information, I am left with 100 rows. After deleting the information, how do I 'reset' Excel ...
|
| Programming for column shift | 26 Feb 2007 19:57 GMT | 1 |
Given the routine below, how can I have the macro seach column c of each worksheet and if there is a numeric value in that cell copy the entire row to another sheet (sheet2) and continue to search ? Sub numbers()
|
| Selecting 10 charcters on one cell and pasting to another cell | 26 Feb 2007 19:56 GMT | 10 |
For example, I am working on cell G8. I would like to set up a button that, once clicked, copies and pastes the first 10 characters from D8 and pastes it into H8. The same process would apply if I am on G33, i.e.copy first 10 characters from D33 and paste into H33, etc, etc.
|
| Button Sort Macro Not Working | 26 Feb 2007 19:55 GMT | 3 |
I have a button macro that opon a worksheet(01-Length of Contract-Rollovers), selects the sort area(Data), then sort by three criteria(K7, B7, A7). As I record the macro to do the job it goes smoothly. As soon as I run the recorded macro or attaches it to a button, it gives me a ...
|