Ask your question
Report

Sharing workbook with macro

johnrussel - Mar 9, 2010 12:27pm GMT - Last answer on Mar 9, 2010 2:01pm GMT rizvisa1
Hello,
Good day to everybody..I'm asking for anybody's help regarding to my workbook..
I have a workbook with a macro. its running fine with my pc, but i want to share it to others..
The problem is that sheet with macro is not working..however sheet with no macro was working well.
Is there a way how to get rid of that.Configuration: Windows XP / Internet Explorer 8.0
Read more ...
Add comment

Best answers

 Shared workbook opens slowly in office 2010 - Forum

Hello, Please help me this is could cost me my job! I got a new computer wirh win 7 and put office 2007 on it. I had files back in excel that 2003 office opened. When i go to load those files with the 2007, it opens but the document isnt there. a...

 To count data of one workbook and copy it in another workbook through macros - Forum

Best answer: hi! i want to read data from one excel sheet through my MFC VC++ applictaion and i want to write those data into another excel worksheet.if u know the solution can u please send me the solution.

 Vba create new workbook from macro - Forum

Hello I am looking for macro to copy rows based on partial cell content of a column. I have an excel spreadsheet called "arc.xlsx" from which I would like to copy data to other few new excel files when certain criteria are met. The excel file...

 Copy and paste newly typed data to another workbook using macro - Forum

Best answer: Hi mathisjr, if "originator" is not found, the cell determined by the method Find does not exist either. So it cannot be activated. I modified below the lines immediately after '*** , in order to test if the method Find does find something or

 Autosave shared workbooks - Forum

Hello, I have got a excel workbook that i have programed to open automatically at 2am, when it opens it sends an email telling the recipiant the value in a paticular cell. what i am struggling to do is to then get it to auto save and close. i have...

 Creating workbook vba macro - Tips

Excel - Macro to create new workbook and copy data Issue Solution Issue I am looking for macro to copy rows based on partial cell content of a column. I have an excel spreadsheet called "arc.xlsx" from which I would like to copy data...

 Copy selected data from one workbook to another workbook using macro - Forum

Best answer: Thanks for the Reply. I want to work between the workbooks. Copy from first workbook and paste in the 2nd workbook. In the first workbook the data starts from column B. I am looking for the current data (this monday ).And this record would be

 Unlock workbook excel macro - Tips

Excel – Macro to unlock password protected sheet Issue Solution Note Issue Hope you anyone can help me with this... I need to create a macro that unlocks a password-protected sheet with password "password", do some instruction,...

 Run excel workbook and macro automatically - Forum

Best answer: I think you can use .... "Scheduled Tasks" in system tool of WinXp and set up time to run your workbook in your workbook ....you must create VBA to run your macro by use event "ON OPEN" may be help u

 Creating macro for a share drive tracker - Forum

Hello, We have a share drive which can be accessed by our UK and India business teams. We have an excel spreadsheet on it. It is a tracker on which both UK and India teams updates their comments in cells. This is a shared file and Now we are facing a...

 Using a named cell in a macro - same workbook - Forum

Hello, seems simple but I'm just not getting it....I'm using excel 2003 and am trying to use a named cell on one sheet in a macro on a different sheet (which will be the active sheet) - any clues?

 Run macro from a different workbook - Forum

Hello, i have a workbook for a particular client with all macros in that workbook. i might get a new client for which a seperate workbook will b created. i need to have one common workbook with all macros present which can be used across all clients.

 Macro Mania - Download

Macro Mania is a tool for automating tasks. The program is based on the creation of macros so you can eliminate all the tedious tasks. You can launch new or activate a program that is already running, define keystrokes to any Windows programs,...

 Excel - Creating macro to search and copy - Tips

Excel - Creating macro to search and copy Issue Solution Note Issue I have a spreadsheet with all different dates with corresponding data in its row. There are many rows with the same date and i want to create a macro to search for...

 Disabling the Password Protected Sharing - Tips

Disabling the Password Protected Sharing If you are having a hard time finding any other pc's on your network on the vista pc make sure that "Password Protected Sharing" is disabled. Follow the instructions to see if it's on. Start ...

Sort by :   Vote | Date | Date descending 1 answers
+0
moins plus
If macro is embedded in that workbook, it should not matter if the other users have same resources available to them (like external programs, version supported vba etc) What sort of error are we talking about here. Are you using vba macro or classical macro that are on the sheet like {tab} etc
Add comment