Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested MS Excel Solutions: 4726 - 4750 of 5816
 
Can a Click event of another command control be called and executed from a different sheet.   Sub ProjectReportReference()     Application.ScreenUpdating = Hide     Sheets("ProjectInfo")....
I have a problem with Excel, this is not worksheet specific as it impact all worksheets. When I group columns or rows using the outline feature the group automatically expands whenever I en...
I have attached file as sample. Sheets 1 & 2 will be in the final file. Sheet 3 is what Sheet 1 should look like when complete. The # of rows will change with every report in both Sheets 1...
Excel data base.  i have a large data base in Excel (20,000 rows).   Column A is full of numbers some of which are duplicated.   i want to remove all the duplicates by removing the entire reco...
One of my users called this morning because she couldn't enter a formula in Excel 2007.  I tried it myself and found that when you hit the "=" and start typing a formula it brings up the formu...
I have an Excel 2K workbook.  It has a tab on it with several pivot tables.  There seems to be an issue with this tab in that I'm seeing this: 1)  There is a drop down arrow in a blank cell...
The attached code works great without question: It chunks up excel using each CustomerID in the table. Curently uses supplies the  "Begin and End date" and the code sort data by group then c...
I want to protect one sheet automatic before the book is saving. so I add one button to the sheet and the VBA code is : Private Sub CommandButton1_Click()     ThisWorkbook.Save End Sub ...
I have firstname column and lastname i have about 50 record or or rows I what to merge name field together example FNAME   |   LNAME   |  FULLNAME sam             Johnson Tony     ...
Here is the scenario. On Sheet1 I've got a list of 1000 names in column A.  In Column B I've got their dietary restrictions, one of the options is "vegetarian". On Sheet2 how do I genera...
Hi Expets Need to amend the following vba code  so that the snippet section is added to the vba code below. Keep on getting a compile if error everytime i try, not sure what i am doing wron...
In the attached holiday record spreadsheet I am getting an 'Out of range' error, would you mind seeing if you can see the problem with it for me please.  This may be causing Column J in the su...
Hi, I have an XLA macro for importing a text file into Excel. It works fine in Excel 2003. However, in Excel 2007 all extended characters are incorrectly interpreted (appear garbled). If...
I'm a relative novice at XL; that is I can do basic stuff, create and format spreadsheets and to basic stuff inside a single sheet, but haven't tried connecting data between sheets. I creat...
First, I have no clue as to what I am doing.  What I need is a temporary menu bar with one command button on it.  I want the menu to be called "NewEmployee" and the button to be called "NewEmp...
When i use  an If statement  such as this  =IF(c12 ="Some name", 1,2) it cant read the text in C12, Any help on that would be appreciated
I am using the TransferSpreadsheet command in Access to export to Excel.  I'm then calling this function to add formatting.  I'm having an issue on line 28 getting the correct cells selected t...
Hi, Was in my excel spreadsheet and accidently clicked on an excel popup [think it might have been a chart toolbar] and now I see only a gray blank screen with only the toolbar showing in Exc...
I receive daily Excel worksheets that have columns for "Account_Number" & "Status".  I provide these worklists to employees, however, the employees never seem to remember to enter the date the...
This question is related to : ===================================================== Macro - Adding 3 rows automatically & an UNDO Macro to undo the addition of 3 rows http://www.experts-...
We use SQL SendMail to send data from SQL Server 2005 to Excel.  When the .xls is opened with Excel 2003, everything is OK.  When it is opened with Excel 2007, all the columns have been combin...
Please see the attached file.  The worksheet named "Raw Data" gives an example of the raw data files I am working with.  The data are given as a day/time value in column A, at 5-minute interva...
I am looking for a macro that will analyze a column. If a number in that column starts with a "1" I would nead for '0 to be placed in front of it. so 1 should become '01 or in essence in ex...
Is there anyway to create an excel chart with the following data?                   Bud 06       Grantee 1      Grantee 2      Grantee 3     25,000 Grantee 4     148,289 Grantee 5      Grantee 6     190,994       Tota...
Hi Experts Need to amend the below snippet code to correspond to the below formula......... =(('Pricing Supply'!F6+'Shipping UFC'!F6)/(1-'Shipping BOG'!F6))*'Modelling (Vol)'!F6