| Thread | Last Post | Replies |
|
| Copy and paste | 28 Mar 2008 03:36 GMT | 8 |
I am using the following macro to copy the last four rows of information. Here is the problem. The information starts in column "B" and I need to copy it to cells("B9") Not cells("A9"). If I change cells("A9") to cells("B9") I get an error, "area size doesn't match" or ...
|
| Strange problem when executing Worksheet Change code | 28 Mar 2008 02:21 GMT | 2 |
Below is an adaptation of code that was provided by Dave Peterson as a way to automatically change sheet tab names based upon manual entries made on a "Menu" tab. The code executes perfectly---that is not the issue. The problem is that after you type the description (in any ...
|
| Sort Problem!!! | 28 Mar 2008 01:20 GMT | 2 |
Hi. I am trying to sort a block of data, and when I do I get really bizarre results!! It is not sorted at all, and the block of data that is highlighted AFTER the sort is smaller than the block of data I highlighted before the sort!! Can I send someone the worksheet to see
|
| updating totals to a list | 28 Mar 2008 01:11 GMT | 1 |
I have a list of data that gets filled out every week something like Data1 Data2 Data3
|
| PrintOut Problem | 28 Mar 2008 00:50 GMT | 1 |
Please HELP! When I first call the code below in a macro from another spreadsheet, the execution halts at the ‘SelectedSheets.PrintOut’ line. I have to close down EXCEL using the Windows task manager. After I clear all instances of EXCEL
|
| Excel Calculation is faster when visible than when Visible=False? | 28 Mar 2008 00:41 GMT | 6 |
I have an application that makes use of excel Interop I’m using Microsoft Excel Object Library 10 The application does the following: • Loads an existing analysis spreadsheet
|
| Extract numbers from string | 28 Mar 2008 00:18 GMT | 9 |
I am using the following code to extract numbers from a string http://www.ozgrid.com/VBA/ExtractNum.htm however when I have strings like WS123ABC45cft, I would like to extract only the first set of number"123". The code provided extracts "12345"
|
| Help with PageSetup for printing, please? | 27 Mar 2008 23:56 GMT | 2 |
(XL2003) I'm trying to get this to adjust so it fills a landscape page left margin to right margin. I do't care how many pages the rows cover. Right now, the rows cover three pages. The first time, the page formatted with A:L for three pages, then M:P
|
| Program to copy old weekly status sheet to new one | 27 Mar 2008 23:43 GMT | 7 |
I have a weekly status sheet I re-create each week. I'm writing code to do it. So far, it creates the new sheet and copies the formatting from the first 3 cells of the old sheet into the new one. They all use conditional formatting. What I want to do next is open the conditional
|
| SQL query | 27 Mar 2008 23:23 GMT | 1 |
I try to use this qurey szSQL = "SELECT * FROM [Blad1$] WHERE A = 1" and it works fine if I don't use "WHERE A = 1" Another question is how to do if I want to do somthing like this
|
| unusual function needed, unusre how to/if possible | 27 Mar 2008 23:10 GMT | 5 |
Here's my situation: I get a packing list in an excel spreadsheet that ties directly back to one or more purchase order(s). The spreadsheet has 4 columns from L to R: PO#, line #, Item #, quantity shipped
|
| Odd issue with an Excel worksheet using macros | 27 Mar 2008 22:29 GMT | 4 |
I am trying to fix a problem with a workbook and macros within the workbook. Here is the issue: I open a workbook that contains macros in another workbook. The files are located on a server under a mapped drive in windows. The workbook is a .xls
|
| Combination Charts | 27 Mar 2008 22:10 GMT | 1 |
I know I asked this before, however I don't think I was making myself clear. What I have is a chart that has 2 columns on it. What I would like to do is keep one column and make the other a stacked column. I know I can do combination charts using a line and column, however I ...
|
| Qucik Access Toolbar help (Excel 2007) | 27 Mar 2008 22:10 GMT | 7 |
I am not grasping some things about programming to the Quick Access Toolbar (QAT). I am trying to get a macro to show for any workbook that I open as long as it is opened from a specfic folder.
|
| Excel4v behaving differently in Excel2007... | 27 Mar 2008 21:45 GMT | 1 |
I have a 10+ year old add-in (still using Excel4v) that is fairly complex. Everything seems to work fine in Excel2007 except for a piece of logic that
|