| Thread | Last Post | Replies |
|
| Selecting Ranges using Variables | 20 Mar 2008 14:07 GMT | 1 |
I currently have Sheet2 active in this example: Sub TestIt() Dim Line as Integer Line = 8
|
| Search without sort in the sheet | 20 Mar 2008 14:05 GMT | 1 |
Is there a way that I can search for a string without using lookup, I don't want t o sort any columns or rows. This is what I would like to do: Search for if (Sheet1!b2= a2) and (sheet1!c2=b2) then place the string from
|
| Hiding columns | 20 Mar 2008 13:26 GMT | 6 |
hi, I have a spreadsheet with 20 columns but the report which supplies this spreadsheet will supply less than the 20 coumns of information. I want to graph this data but I cannot figure out how to hide the blank columns. Can anyone help?
|
| Error: Exception from HRESULT: 0x800A03EC | 20 Mar 2008 13:05 GMT | 10 |
As an ACT! 2005 Premium for Workgroups User, I export Opportunity records to Excel. Exports to Excel 2000 work fine, but if the user has Excel 2003, we get the error "Exception from HRESULT: 0x800A03EC". Has anyone found a workaround for getting Excel 2003 to work? Thanks.
|
| multiple users saving to a workbook | 20 Mar 2008 12:56 GMT | 1 |
morning all (or afternoon / evening depending on when you read this) im working on creating a little activity counting tool for a team we have that has no idea how many times they do something and dont want to use paper to count
|
| Excel 2003 vbs script problem | 20 Mar 2008 12:54 GMT | 2 |
I'm trying to create a script which adds a new sheet with datas from other sheets. Some things work now but I have still an error and I realldy don't understand why.
|
| Trapping making a selection from a dropdown validation list | 20 Mar 2008 12:48 GMT | 2 |
I have produced some event code which altomatically simulates clicking the drop arrow box and zooms the display for ease of reading whenever a cell referring to a validation list is selected. I want the zoom to return to its previous lower setting once a selection has been made ...
|
| ip address | 20 Mar 2008 12:15 GMT | 1 |
i have a folder containing many folders i want to send particular folder to a particular branch of my office we are connected through lease line and i am allowed to ping the server of the office
|
| ActiveX calender help | 20 Mar 2008 12:12 GMT | 1 |
I have drawn a calender on my excel spreadsheet using activeX. I have a sheet for each month, what I am trying to achive is draw a calender on each of the sheets, lets say it is the January sheet that I am looking at. I only want it to show January on the calender and not be able ...
|
| Connect to intranet | 20 Mar 2008 12:08 GMT | 4 |
I am using code to log in our intranet That works perfectly, but trouble is: I must insert my password manually. How can I use vba to insert password automaticcaly. I use code below
|
| Run-Time Error on Macro | 20 Mar 2008 11:43 GMT | 4 |
I have a macro that works all the way up until it reaches the following code. Basically, I am trying to create 26 Commandbuttons via a macro (works) and write the code within the macro for each button to access its respective sheet.
|
| Applicaion.Selection on Excel | 20 Mar 2008 11:17 GMT | 2 |
Is there any other way of getting the selected range on the individual sheets of workbook after the workbook is opened. The reason is workbook/worksheet must be storing this last selected ranges. So whenever we switch between the sheets the last selected ranges is shown. So from ...
|
| Clear data and hide rows. | 20 Mar 2008 10:52 GMT | 7 |
I am looking for macro that will remove data from rows with zero value and hide that rows. For example, there is 3 columns, some rows contains data like this: 5962-9090801MVA abc CONVERTER I.C. 0.00
|
| Move to a specific column in whatever row the cursor is currently | 20 Mar 2008 10:34 GMT | 4 |
Good evening, all, I'm writing a worksheet_change macr that will set a value in column V of the target row if a change is made in any of the columns B to U. So, if I make a change in any cell from A15 to U15, I want to select/goto
|
| Code for Inserting Sheet in Excel 2000 not working in 2003 | 20 Mar 2008 07:46 GMT | 1 |
I'm tasked with running an employee contest using Excel. I wrote code at home using Excel 2000 and it works fine. At work, using 2003, I run into problems. In the spreadsheet there are 3 sheets that must not be changed (a scoring summary, a master, and a dummy entry form that ...
|