| Thread | Last Post | Replies |
|
| Printing Macro | 01 Apr 2008 00:38 GMT | 1 |
I have this code located under ThisWorkbook to intercept a print request, and run my code to print multiple copies. Now I know most of you will say "why not just set the #of copies" well the problem is when I do that our Color Laser will print lines in the merged cells where the ...
|
| How set print area & account for cell text length? | 31 Mar 2008 21:43 GMT | 2 |
Problem statement- I am trying to determine how to set the print area for my worksheet? I also need to determine if it should be formatted as landscape or portrait? My problem is that some of my cells in the right-most
|
| Calculate actual trunk utilization based on call start/duration | 31 Mar 2008 21:31 GMT | 25 |
I am 'attempting' to calculate our phone line utilization at work. The end goal is to determine how many lines we actually use at any given point. I thought this would be an easy problem, however the more I work on solving it, the more difficult it becomes.
|
| How can I create custom controls on the ribbon in Excel 2007? | 31 Mar 2008 19:15 GMT | 1 |
I have custom toolbars in XL XP that I need to replace in 2007. 1) I need step-by-step examples how to alter the ribbon in Office 2007 for Excel that changes only the current workbook and/or all workbooks; 2) Can changes made in my question 1 above be done using VBA or can it ...
|
| SaveAs | 31 Mar 2008 19:04 GMT | 2 |
I have created the following macro, which is supposed to save the file based on values in specific cells and then exit Excel, but it needs to be modified to not save the file if the users clicks on the cancel button in the SaveAs dialog box. I am a novice when it comes to this ...
|
| hide micros so you cant see password ? . | 31 Mar 2008 19:03 GMT | 2 |
I like to hide my micros and lock them down so you can not change them.
|
| conditional formatting | 31 Mar 2008 19:00 GMT | 1 |
hi, i have the following: dim z as integer for z = 8 to 100
|
| Formula for counting minute intervals | 31 Mar 2008 18:56 GMT | 4 |
I need help creating a formula! I have to keep track of my time and it goes by minutes. If there is no activity after 7 minutes, the system assumes I've taken a break. From the system I'm able to copy my time and paste it into an excel sheet.
|
| Copy excel text on a range and paste special to Word | 31 Mar 2008 18:52 GMT | 5 |
How can I do it? Trying to Copy excel text on a range and paste special (text only) to Word the same but pasting into the notepad Thanks
|
| Copy and Paste | 31 Mar 2008 18:46 GMT | 3 |
JGLWhiz or anyone else..... I am running the following macro and it is stopping on Set a. I don't know what is going on may be you all can help/ With Worksheets
|
| Do until problem | 31 Mar 2008 18:43 GMT | 1 |
When I type a associate number the in cell C7 another sheet retrieve all info and I print this info. I have many associate number and I do not want to type one by one and print one by one. I need a macro to do all numbers at once.
|
| Large Data Import (2548 columns/rows) | 31 Mar 2008 17:42 GMT | 6 |
I just found the microsoft solution to importing greater than 255 columns into a workbook. This really works great. Unfortunately it only goes to around 510 columns. (http://support.microsoft.com/kb/272729) In my case, I need 2548 columns and 2548 rows. Obviously the rows are ...
|
| Change text for option buttons in message box | 31 Mar 2008 17:28 GMT | 1 |
I have a macro that imports data into a workbook. The macro provides the user with an option to either 'replace' the existing data with the new, or 'append' the new data to the bottom of the existing data. I have a message box that provides yes/no/cancel buttons, but ideally I ...
|
| Help to create a macro | 31 Mar 2008 17:07 GMT | 1 |
I need to create a macro that calculates a value based on several values in a range. The result from the calculations shuld be copied into a new column with the same range. I have tried to record this operation but I need help to make the macro repeat the operations throug the ...
|
| Making a Textbox Required Field | 31 Mar 2008 16:51 GMT | 6 |
How would I make a textbox a required field for the user to enter information? Thanks Linda
|