| Thread | Last Post | Replies |
|
| Refresh form | 24 Apr 2008 00:14 GMT | 1 |
To update the items on a userform I am using "userform.hide" and "userform.show" at the beginning and end of the procedure. Is there a better way to update the data on a userform? Thanks
|
| Protecting sheet through vba while allowing some actions | 24 Apr 2008 00:12 GMT | 3 |
I've done a lot of searching on this but am stuck - I'm guessing the answer is simple - basically, I have a large file with 65 sheets -- on 15 of these sheets, I would like to have them protected, but still allow the user to do things such as sort, autofilter, format, and a few ...
|
| Textbox | 23 Apr 2008 23:57 GMT | 1 |
How do I get a curser to move to a textbox in a userform when a button is clicked? Thanks
|
| male & female lists | 23 Apr 2008 23:10 GMT | 6 |
Race times are ranked in a worksheet by fastest times regardless of gender. I wish to create seperate lists of athletes in another worksheet from that information but listed by gender. Column A has "male" or "female" and the rest of the row has other info such
|
| asset allocation optimization | 23 Apr 2008 23:03 GMT | 2 |
A mean/variance asset allocation optimization model using inputs from various investment indices (e.g. S&P500, Dow Jones, short-term Treasuries, etc.) and/or individual investments (e.g. IBM, Ford, 10-year Treasury, etc.). The output would be either an efficient frontier to data ...
|
| Ignore a sheet | 23 Apr 2008 22:31 GMT | 1 |
If you use "For each wks in ActiveWorkbook. Worksheets", is there a way to leave out a sheet, for example the Summary Sheet? Or do I need to figure out another way? Thanks!
|
| macro: Copying to all possible rows | 23 Apr 2008 22:27 GMT | 5 |
I have created a macro that, among other things, copies a formula from the first row of records to the remaining rows of records in the spreadsheet of data that I exported to Excel from an accounting application. Now, is there a way in VBA Editor that I can tell the macro to copy ...
|
| Copy cells & sheet name to master sheet | 23 Apr 2008 22:16 GMT | 1 |
Hello and HELP! I need to copy some cells in various rows and also return the sheet name to a master sheet where all will be layed out in a row. I'm running into problems because some of the cells I need to get are merged and plus I don't
|
| Format Selected Chart | 23 Apr 2008 22:03 GMT | 3 |
I am trying to write a VBA code that will take the selected Pie chart and modify the size of the chart and the plot area. This is my first venture into VBA and I'm not having much luck. Was wondering if someone could point me in the right direction.
|
| Objects/properties that don't trigger the intellisense | 23 Apr 2008 21:48 GMT | 1 |
What is the terminology to describe the type of property/object that does not trigger the intellisense (the properties/methods dropdowns and function definition tooltips). For example, "Selection" vs. "ActiveCell". Selection will not trigger the intellisense stuff, whereas ...
|
| Chk sheet exits, copy all to another book. | 23 Apr 2008 21:25 GMT | 7 |
Hi, I am trying to copy everything on these three pages on to another sheet in another workbook. I'm having trouble getting this to work. Can I do it this way?
|
| need help. | 23 Apr 2008 20:45 GMT | 1 |
I have devloped a macro to automate a report. in this macro I have many module. When we click alt + F8 to run the macro , I see all the list of module.I just want ot show only main module. is there any way to hide other module except main module.
|
| Limitation on .Pictures.Insert? | 23 Apr 2008 20:33 GMT | 6 |
Hello. I fear I may be running into a limitation of VBA, but figured I'd check with the gurus to see if I'm doing anything silly. When I manually insert a photo (Insert | Picture | <filename>) in Excel (Office 12), it allows me to use an URL for my filename (eg.
|
| Select method of Range class failed | 23 Apr 2008 20:28 GMT | 20 |
I got this problem which is driving me nuts. In a macro i have the following line ThisWorkbook.Sheets("Home").Range("C4").Select I want to do this to be a bit more user friendly.
|
| hiding columns in grouped worksheets | 23 Apr 2008 19:51 GMT | 2 |
I have an Excel 2003 workbook with 2 worksheets that I manipulate in the grouped mode. There is a row on one sheet named "Bid row". The user can put an x in rows that he wants to have visible after a macro runs.
|