| Thread | Last Post | Replies |
|
| copy and paste and clipboard contents message | 25 Jun 2006 16:31 GMT | 3 |
I am copying and pasting data using a macro. After the data is successfully copied and pasted i get a message: Large amounts of data are on the clipboard do you want to be able to paste this data into a program later?
|
| UserForm1.show fails if another workbook is open | 25 Jun 2006 16:21 GMT | 3 |
If I have two excel files (both with VBA applications) open and I am running VBA application from one of them, when I try to do “User1.show”, it fails. I get a “Run Time error 9. Subscript out of range.” However if I close the application I am not using at the moment the
|
| how to Activate the previous Open, workbook..? | 25 Jun 2006 16:14 GMT | 3 |
Anyone found a quick way to navigate back to the workbook you were just working in without going up to the 'Window' menu and hunting for it in the list of open workbooks..? I'm thinking of a piece of VBA or a keyboard shortcut?
|
| Disable Cut and paste | 25 Jun 2006 15:42 GMT | 2 |
I found a script in an old EEE newsletter on j-walk.com that disables cut and paste in a workbook/sheet. This is something that I need desperately as my staff insist on using cut and paste in their timesheets and it is driving me bereft. If I had a donut for every time I'd told ...
|
| +(-)ve values ends in Dr(Cr) | 25 Jun 2006 15:30 GMT | 3 |
from accounts report i get +ve values ends with Dr & -ve values ends with Cr. Can i number format the column so that +ve values display as numbers ( without end Dr ) & -ve values as -numbers ( without end Cr )
|
| Hiding New Workbook created using Macro Recorder | 25 Jun 2006 14:50 GMT | 4 |
Not being familiar with VBA ,I've created a new single sheet Workbook; copied the data from one worksheet; set column widths to match original and created the print setup all, using the Macro Recorder. My question is this, because I used the recorder (I assume) the new
|
| Custom number formatting | 25 Jun 2006 14:36 GMT | 1 |
Hi all, I am trying to format a number that can be in the range + or - xxxxxx. I have formatted such that it reads: [<1000000]0.00,"Kbps";[>=1000000]0.00,,"Mbps";General
|
| Letters of Alphabet | 25 Jun 2006 13:08 GMT | 4 |
Is there an easy way to find the number of a letter in the alphabet; e.g. that "E" is the fifth letter? Thanks. Bill
|
| template macro executing problem the 2nd time | 25 Jun 2006 13:00 GMT | 1 |
I have a right click menu macros built in to a template. After creating a new workbook (with this template), if I create a new workbook using the same template, Excel wants to execute the right click macro from the 1st workbook (even if the 1st workbook is closed). Whether the ...
|
| HOW DO I SET DATES TO SHOW ON MY SPREADSHEET? | 25 Jun 2006 12:47 GMT | 2 |
is there any way to show date automatically when i open my excel spreadsheet? for instance, if i exported a file that has 100 rows and 5 columns and save it as *.xls file. When i open the file it will show current date in a new columns? is it possible?
|
| No cell-selection in worksheet | 25 Jun 2006 11:29 GMT | 2 |
After running a macro I want no selected cell(s) in my sheet. Does someone know how to do that? Gert-Jan
|
| Refer to combobox in userform with variable | 25 Jun 2006 11:21 GMT | 8 |
I'm new to the forum and also to excel macros - so what you'll see below is likely an ugly hack. My question is (I hope) simple - I have a userform with many comboboxes.
|
| checkbox | 25 Jun 2006 11:09 GMT | 4 |
hi many a times we come across a msgbox with check box on it labeled "do not show this msg agaon" when we select the chek box this msg never appeared
|
| Timebomb protection of Code | 25 Jun 2006 10:48 GMT | 6 |
I am writing a little VBA application and will sell this to a small company. However, I want to give them a license to use it only for 3 months. How can I make sure the application will not work anymore after 3 months? And how can I program something that will clear the whole VBA ...
|
| Clearing Row Contents (using Intersect?) | 25 Jun 2006 10:43 GMT | 5 |
I'm back again! I would be grateful if I could have some help with the following problem: I have a spreadsheet that is 306 lines long by 13 coulmns wide. All
|