| Thread | Last Post | Replies |
|
| cell reff | 23 May 2007 16:00 GMT | 5 |
i am doing a spread sheet to display averages for statistics but i wan to be able to put 2 dates in 2 cells and be able to select data for those dates and/or the ones between them eg
|
| Sumproduct in VBA | 23 May 2007 15:56 GMT | 15 |
I am trying to get round the problems using sumproduct in VBA and have made quite a few changes using tips I have found, this includes changing to Application.Evaluate(".... Can anyone see where I am going wrong
|
| Help with saving an file to an FTP site | 23 May 2007 15:15 GMT | 2 |
Can anyone help with the following? I'm trying to save an excel file to a private ftp site and the following code is failing to save. ActiveWorkbook.SaveAs Filename:= _ "ftp://userid:password@ftp.txdot.gov/SiteManager/TESTTx103a.xls"
|
| Help with Exiting Sub if Value is Not Found | 23 May 2007 15:14 GMT | 5 |
I would like the code below to not go in debug mode if the variable a is not found. What is the code I should insert? Thank you! Public Sub Macro1() Dim nRow As Integer, i As Integer, a As String
|
| Sheet Protection Macro | 23 May 2007 14:50 GMT | 2 |
I have the following code in my workbook. It allow the user to utilize the outline and grouping, but it will not allow them to add and delete rows. Private Sub Workbook_Open() With Worksheets("vendorcommodities_detail")
|
| More XL magic | 23 May 2007 14:42 GMT | 6 |
Everytime I think I'm getting pretty smart about XL, I see something new I've never seen before. I'm working on a spreadsheet that was given to us by a consultant. It has a neat feature I haven't seen before that I'll try to describe.
|
| Importing data from Web using Excel | 23 May 2007 14:26 GMT | 3 |
I want to write a macro to import the data from a Web page. I know that I can type in the whole URL in the Edit Web Query in Excel. However, problem arises in this specific web page. In order to get the data, I have to use the mouse to click a specific word on the web page but ...
|
| replace based on look up table | 23 May 2007 13:29 GMT | 4 |
Hi. I have a payroll workbook. Each row has a Cost Center and a Fiscal Year. The Fiscal Year for each Cost Center changes based on the calendar month. I have been hard coding the changes in the Fiscal Years but my boss wants a solution that doesn't require hard coding. He ...
|
| Selective Printing of Excel Worksheets using Macro | 23 May 2007 13:29 GMT | 1 |
I need a VBS script for an Excel Macro to print a worksheet but only if one of the fields on the sheet has been filled. At the moment my Macro prints every worksheet that might be needed and I'm wasting a ton of paper and ink every time.
|
| ref or tutorial for user forms, listboxes | 23 May 2007 13:14 GMT | 2 |
I have taught myself some basic VBA with a few books I have and searching forums like this. I have an application that is perfect for getting data from the user via a list box, but I have not been able to find a decent, fairly simple example of how to do this. Can anyone ...
|
| Error in entering a formula | 23 May 2007 13:06 GMT | 5 |
I am trying to create an array formula through VBA code. I want the formula( for a particular parameter) to appear like this in Excel {=SUM(IF(Q9:Q11<>"Rejected",I9:I11,0))} The code is this
|
| Formatting Names | 23 May 2007 12:58 GMT | 2 |
I get assignments with the name in various formats. First & Spouse LName LName, First AND Spouse Lname, First
|
| exporting to access 2007 | 23 May 2007 12:03 GMT | 7 |
I am trying to export spreadsheet data from excel to access and executed from within excel; below is a VBA script working with access 2003 but not with '07 I am assuming the problem is with DAO Object Library
|
| refer to cell | 23 May 2007 11:36 GMT | 5 |
Hi! I want to name a range in VBA. I know in what cell I want it to start, lets say A1. I also have a variable that controls both the height and length of the range (they are of equal size). This variable is called x. I have:
|
| My Add in Password Lost | 23 May 2007 11:20 GMT | 1 |
I have lost my Add in Password, now i require it very badly. Can someone recover it to me...? Ragards Thyag
|