Excel Macros Questions and Answers

Recent IT Questions

21 - 40 of 82

I am unable to do my Import, when I run my macros I received two errors, running excel 2003

I Need some ones' assistance with this error that I am getting in my excel spreadsheet: "compiler error in hidden module: ChroniclesExport " This error is only when I'm running the MACRO's function. The MACRO has been checked by other colleagues at my work and is running fine on some PCs & but it...

View Answer   |  Jan 8 2009  5:54 PM GMT
Excel macros, Microsoft Excel, Excel error messages
asked by IVANZAMU

  35 pts.

Menu Driven Macros

I have a database within Excel 2007. There are quite a few macros in it. I want others to be able to use the database and certain macros, but I want the options to be in a menu type layout not on the bar. I know this has to be possible, but I don't even know what it would be called to look it up....

Answer Question   |  Jan 2 2009  9:03 PM GMT
Excel 2007, Microsoft Excel, Excel macros
asked by Cindyhale

  5 pts.

Unable to run macro in Microsoft Excel 2007

unable to run any macros stored in this workbook. macros stored in the personal file will run,

View Answer   |  Dec 6 2008  0:41 AM GMT
Microsoft Excel, Excel 2007, Excel macros
asked by Rich624

  5 pts.

I am getting "compiler error in hidden module" error in Excel 2003 while running Macro

I am getting :"compiler error in hidden module " error in EXCEL 2003 only while running MACRO. Actully this MACRO is running on some PCs & for some PCs it is showing that error. The installation of MS EXCEL 2003 is same on all PCs. Please help me ASAP. Thanks in advance !

View Answer   |  Dec 3 2008  7:24 AM GMT
Microsoft Excel, Excel 2003, Excel macros
asked by Shirishbidarkar

  5 pts.

Search Excel Macro Help!

I do not know scripting and i really wish i did, any help would be greatly appreciated!I have an excel document that I need to search through for a list of words, when of the words from my list is found, i need the word it found to be put into a new column.

View Answer   |  Nov 28 2008  3:24 PM GMT
VBA, Visual Basic for Applications, Microsoft Excel
asked by Abrkadabragimmeahandle

  5 pts.

Deleting Excel Worksheets with macro

I am using excel 2000 and have workbook that uses macro to delete several worksheets and then save the workbook under a name in one of the cells. All works fine but for each worksheet a quiery pops up to ask if you want to delet this sheet. How do I delete sheets in the macro without having this...

View Answer   |  Nov 21 2008  0:38 AM GMT
Microsoft Excel, Excel macros, Excel 2000
asked by Rbloxsom

  5 pts.

How to paste data directly from Excel to PowerPoint graphic as data using Excel VBA

I've been trying to search for ways to copy data from a spreadsheet onto the datasheet of a graph in an open spreadsheet. I am unfamiliar with VBA code, but got it to copy and paste to the correct slide, but only as text. I have been unable to select the actual existing graph and paste the data in....

View Answer   |  Nov 19 2008  4:53 PM GMT
VBA, Visual Basic for Applications, Microsoft Excel
asked by Charm

  20 pts.

Excel 2007 - formula or macro to show value from one cell next to a given reference

Hope someone can help I am trying to work out a formula to place the value of a cell on a spreadsheet into a second sheet within the workbook using a reference in the column next to the cell with the value in it. EG - Sheet 1 has a cell with £500 in cell 3A The reference 1.01 is located...

View Answer   |  Nov 17 2008  3:26 PM GMT
Microsoft Excel, Excel 2007, Excel macros
asked by PeteAtGlasshead

  5 pts.

How to paste data directly from Excel to PowerPoint graphic as data

I've been trying to search for ways to copy data from a spreadsheet onto the datasheet of a graph in an open spreadsheet. I am unfamiliar with VBA code, but got it to copy and paste to the correct slide, but only as text. I have been unable to select the actual graph and paste the data in. Any help...

View Answer   |  Nov 15 2008  5:05 PM GMT
VBA, Visual Basic for Applications, Microsoft Excel
asked by Charm

  20 pts.

new to macros - extracting data

Hello, I'm just learning how to use macros and have this fairly large project to do. It concerns extracting data from a schedule (timetable) with the courses, course code, name of tutor on it. I have managed to extract from a cell and have the following information come up in a message box(course...

View Answer   |  Nov 14 2008  5:52 PM GMT
VBA, Microsoft Excel, Macros
asked by Oistins26

  10 pts.

How to send mail to multipie recipients from lotus using excel macro

Hi , I am using following code right now for sending mail from lotus using excel macro for single client its working fine Sub SendLotusNotesMail() Dim UserName As String Dim MailDbName As String Dim Maildb As Object Dim MailDoc As Object Dim AttachME As Object Dim Session1 As Object...

View Answer   |  Nov 14 2008  3:22 PM GMT
Lotus Notes, Microsoft Excel, Excel macros
asked by Sh32

  10 pts.

Combining data from two Excel sheets into a new sheet

Hi, I Have few leave detail excels wherein the leave details of each resource are present.I need help to create a macro wherein all months leave details will be clubbed together into a new excel for each resource.Kindly help me with the code or give me some ideas to do this since am very new in...

View Answer   |  Nov 14 2008  5:26 AM GMT
VBA, Visual Basic for Applications, Microsoft Excel
asked by Vaibhav123

  5 pts.

How do I macro 20,000+ series of data?

The full s/s stretches to nearly 350,000 rows and consists of over 20,000 series of data, between 6 and 30 rows deep, in columns A:J. In column I of each series, on rows 3, 4 and 5 there are three numbers. The second number is to be subtracted from the first with the answer being divided by the...

View Answer   |  Nov 13 2008  9:57 PM GMT
Microsoft Excel, Excel macros
asked by Colwyn

  25 pts.

Import text from another excel workbook

I have a excel workbook (wb1) where the columns is showing the months and the rows is showing different actions that take place. If an action takes place in a specified month the cell corresponding to both the action and the month is marked yellow. In another workbook (wb2) I want to be able to...

View Answer   |  Nov 13 2008  1:54 PM GMT
Excel 2003, Excel functions, Macros
asked by AenE

  15 pts.

Microsoft Excel 2003 Macros

I am wondering if there is an easy way to remove macros from an Excel 2003 workbook. Several of our users have had emails with Excel attachments rejected due to the macros they contain.

View Answer   |  Nov 13 2008  3:18 AM GMT
Email attachments, Excel 2003, Excel macros
asked by Iamabadger

  35 pts.

find which excel spreadsheets contain macros

in a folder or drive how can I find which excel spreadsheets contain macros without opening every one individually?

View Answer   |  Nov 12 2008  5:21 PM GMT
VBScript, Microsoft Excel, Macros
asked by FreemaG

  5 pts.

How to paste data directly from Excel to PowerPoint graphic as data

I've been trying to search for ways to copy data from a spreadsheet onto the datasheet of a graph in an open spreadsheet. I am unfamiliar with VBA code, but got it to copy and paste to the correct slide, but only as text. I have been unable to select the actual graph and paste the data in. Any help...

View Answer   |  Nov 11 2008  11:46 AM GMT
VBA, Visual Basic for Applications, Microsoft Excel
asked by Charm

  20 pts.

New to macros

Hi, I'm just learning how to use macros and the first thing I'm trying to do is create a macro that will pull a character from a cell and place it in a new cell- for example "right(c10,1)". My problem is I have a large list that I want to do this with but everytime I click on my macro button it...

View Answer   |  Oct 30 2008  2:48 PM GMT
Microsoft Excel, Macros, Excel macros
asked by Buyer

  5 pts.

Import lotus notes view data from Excel

I need to import frequently data from some Lotus notes views into my Excel Sheets, I want to know if they are a macro or a vb script which could do that.

View Answer   |  Oct 29 2008  3:19 PM GMT
Lotus Notes, Microsoft Excel, Excel macros
asked by Witold2008

  30 pts.

How would you calculate, using the spreadsheets statistical functions, the cheapest option at the fastest speed with the least downtime?

i have 5 tables each including speed, price, download limit, average downtime and the average uptime. i was asked by my teacher to calculate all these so i get one number, to find out which is the best value for money for someone to go for. i just need to know what do i calcute to what to get my...

Answer Question   |  Oct 28 2008  10:11 PM GMT
Spreadsheets, Microsoft Excel, Excel functions
asked by Moron12

  5 pts.

21 - 40 of 82