| Thread | Last Post | Replies |
|
| Assign ChangeEventMacro to unknown SheetName | 25 Apr 2008 19:55 GMT | 7 |
Hi All............ I am making a small program in which I open a second Excel workbook and extract a sheet from it into my Main workbook. I do not know the name of the sheet, and assign it "UserSheetName" variable, and then I can populate and
|
| Username | 25 Apr 2008 19:50 GMT | 13 |
I have the following code that works on some computer but not on others It gives the error Project or library not found Public Function UserName() UserName = Environ("USERNAME")
|
| Functions | 25 Apr 2008 19:40 GMT | 3 |
I've made a custom function and I want the value displayed in the cell to show up as a percentage but don't want to have to togle the % style manually every time I use it. I've tried everything I can think of to get it to show up as a percent but get the #VALUE error every time. ...
|
| Help - Loop Function Giving Incorrect Output | 25 Apr 2008 19:40 GMT | 4 |
I need help with this loop that I created, but is giving me the wrong results...what am I doing wrong?? Any help would be greatly appreciated!!! A B C D E F G H I J
|
| Delete cell value in ColE based on value is ColA | 25 Apr 2008 19:38 GMT | 1 |
All, I have a work sheet with data like this Col A___________Col B___________Col C___________Col D___________Col E 9812___________ Joe____________________________________________125.00
|
| Query | 25 Apr 2008 19:30 GMT | 6 |
Range("A7").QueryTable.Refresh BackgroundQuery:=False Can someone please explain why this is = False. This line of code is for refreshing a query so I do not understand why it is False.
|
| Dynamic List box | 25 Apr 2008 19:18 GMT | 5 |
I would like to find out if it is possible in Excel 2003 to build a list box that does the following If a field Cell A1 is populated with cc=23456 or cc=12345 or cc=45678 (CC is Cost Center)
|
| This workbook contains links to other data sources | 25 Apr 2008 19:14 GMT | 1 |
How do I find links to other data sources in a spread sheet?
|
| File Size Matters | 25 Apr 2008 18:05 GMT | 2 |
I'm not sure if this is an Outlook issue or an Excel one, but thought best to start here. I'm using the following code to send an Excel worksheet via Outlook. The issue I'm having is this...when I send the e-mail it's about 99kb in size, but when the other users from my team
|
| supress/answer "name ... already defined" msg when overwriting w/m | 25 Apr 2008 18:01 GMT | 2 |
I am using a macro to copy|paste "special formulas" over an "identical" copy. Both worksheets have identical named ranges and the formulas referencing them won't change either. The only thing that is different when running this macro are some of the data values.
|
| How to program move one cell down and copy? | 25 Apr 2008 17:48 GMT | 3 |
I am new to programming macros in Excel. I would like a simple macro that goes to the next cell in a column that has data and copy it then look for the next one and so one. Any suggestions would be great. Thank you. Gary
|
| Problem with ScreenUpdating Property | 25 Apr 2008 17:12 GMT | 1 |
I have this snippet of code in a large macro: ' Refresh screen Sheets("Pivot Table").Select Application.ScreenUpdating = True
|
| university courses in VBA | 25 Apr 2008 16:34 GMT | 3 |
Do you know of any university courses in VBA?
|
| Select Leftmost Spreadsheet | 25 Apr 2008 16:00 GMT | 10 |
When a user saves a workbook, you can not trust the user to save while residing in a preferred sheet. Nor can you trust that the sheets will always have the same name as the previous workbook. I need some code that will move my VB process to the first sheet, or leftmost, sheet in
|
| hi, how to compare two string values, if the string values r from inputbox in VB | 25 Apr 2008 15:59 GMT | 1 |
how to compare two string values, if the string values r from inputbox in VB eg A=inputbox(" enter name1") B=inputbox("enter the name2")
|