| Thread | Last Post | Replies |
|
| Make a copy of a sheet and add it into a new workbook? | 21 Apr 2008 14:02 GMT | 5 |
Hello, I know how to copy and paste data from one sheet to another with ranges but I'm just wondering if there is an easier way by simply stating something like Workbooks("Backup.xls").Sheets("Data") =
|
| Shade date headers, if Weekends or Holidays | 21 Apr 2008 13:36 GMT | 2 |
Sheet1 with Column Date headers, for the next 18 Months. Sheet2 with Holidays Dates in Column A Questions : 1. How do I shade the headers with VBA for Weekends & Holidays ?
|
| A little help for a newbie | 21 Apr 2008 13:34 GMT | 2 |
I'm fairly fluent in MS Access but I've been handed a task that is baffling me. I've been asked to produce a report(s) in Excel that has a series of sales by territory. I have a bunch of raw data in a spreadsheet that has several items including Name, Address, State,
|
| Form Help (Re-post) | 21 Apr 2008 12:42 GMT | 2 |
Hi, I have the following code in a form but do not know how to do the following. 'copy the data to the database – this is the part I need to change. When I copy the data to the database I want only the entry in CmbSiteList
|
| RaiseEvent Problem | 21 Apr 2008 12:29 GMT | 1 |
In my study of RaiseEvent, I have a Question. I have 2 Textboxes in UserForm1: TextBox1, TextBox2 When I run, Event is fired only on TextBox2. TextBox1 does not fire Event.
|
| Sort on no less than sixteen keys | 21 Apr 2008 12:23 GMT | 4 |
I have a worksheet with a table that contains twenty columns. Four of them have numeric data. The challenge I face is to sum the data per column in these four columns for which the data in the other sixteen columns is the same on each row.
|
| creating labels using MS exel and MS word mail merge | 21 Apr 2008 11:26 GMT | 3 |
I am trying to make labels for warehouse product showing product numbers and locations from an placed order. I have a worksheet with part number, location, and qty in seperate collums. I can setup the merge to print one copy of each part ordered,no problem, how can I
|
| Help with vlookup | 21 Apr 2008 11:18 GMT | 1 |
How do I modify G2 in .Formula = "=vlookup(G2," & VLookUpAddr & ", 4,false)" the number so that it can loop through cell by cell receipt numbers in columnG of sheet1 and yield result like G3, G4, G5.... etc.
|
| sorting with a macro | 21 Apr 2008 10:41 GMT | 5 |
why dont this work on other machine(pc) copied to same location(folder) same name and every thing. the only thing is I used excel 2002 and I dont know what ver the other pc has on it. Sub Sort_Drivers()
|
| Query Help | 21 Apr 2008 09:48 GMT | 1 |
I have built a query and have the following code on a command button to refresh the query. Private Sub CommandButton1_Click() Sheets("Invoice Due").Activate
|
| format Text box in userform | 21 Apr 2008 06:22 GMT | 3 |
hi need help with being able to format text box in userforms as $ instead of an unformatted number. so currently for eg my text box shows 232434 i would like it to be represented as 232,434$ in the text box....this is a trvial question but i've tried looking up some stuff on ...
|
| Macro to add the " symbol to the beginning and end of cells selected | 20 Apr 2008 23:05 GMT | 1 |
I hope someone can assist. I am trying to add the " symbol to the beginning and end of my cell values. I have dates in some of the columns so I do not want any of the
|
| Lookup help needed | 20 Apr 2008 21:13 GMT | 1 |
How do I modify the receipt number so that it can loop through all the receipt numbers in columnG of sheet1 and yield result. ------------------------------------------------------------------------------------ Option Explicit
|
| imagelist filling at designtime | 20 Apr 2008 19:53 GMT | 4 |
Hi XL-guru's First I like to express my admiration for your expertise. I read the posts in this NG for 5 months on a daily basis and I've learned so much allready.
|
| Copying Worksheets with macros | 20 Apr 2008 18:50 GMT | 3 |
I am setting up a template (worksheet) for someone to copy as needed. Attached to this template are macros and a userform. I am setting up this template to use a userform to enter checking account transactions and each worksheet will be a check register.
|