Macro warning with no macrosI have a workbook that when I try to open it I get the warning tellin
me it contains macros and asking whether I want to Enable or Disabl
them. I put no macros, no VB scripts, nothing at all in the workboo
other than standard Excel formulas and some charts. I developed it i
Excel 2002, SP-2, but have moved it back and forth between tw
computers, the other which has Excel 97. Regardless of whether
Enable or Disable or change the security settings so as not to get th
warning, once the workbook is open even if I go t
Tools-Macro-Macros... it lists no macros.
How can I find out what's cau...
deleting rows #4In microsoft encell 2000 when i delete a row (say row 5) the row disapears
but so does the row number then all other rows are moved up is there a way
to delete the row and keep the number 5?
The row number shouldn't disappear unless you are hiding the row, not
deleting it
--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
nick_hodgeTAKETHISOUT@zen.co.uk.ANDTHIS
"Doctorpc631" <doctorpc631@aol.com> wrote in message
news:e4FaNYV4EHA.1260@TK2MSFTNGP12.phx.gbl...
> In microsoft encell 2000 when i delete a row (say row 5) the row
> disapears
> but s...
campaign via mail merge: failureHi All,
I'm fighting with strange issue in campaign activity that use e-mail merge.
When distribute campaign activity, email was sent to only the first member
of marketing list.
No errors are displayed or traked in trace log. Does anyone know how to
solve this issue?
My configuration is: CRM 4.0, Outolook 2007 SP1
Many thanks,
Luke
We are running into similar issues on our mail merge and quick campaigns.
The merge does not bring all selected contacts into the merge for email
distribution. We have been unable to determine cause and which contacts are
being chosen.
Any suggestion...
MacroCan anybody tell me how to kick off a macro automatically as file is opened?
Regards
...
Copying a variable nuimber of rows I want to copy the most recent 10 rows (excluding the header row) from
worksheet A to worksheet B. My problem is how do I define a variable number
of rows if there are fewer than 10 lines completed? I do not want to copy
any blank lines. I am fairly new to VBA and am struggling to work out the
code for this so any help will be gratefully appreciated. John
Try
With Activesheet
LastRow = .Cells(.Rows.Count, "A").End(xlUp).Row
if LastRow > 10 Then
FirstRow = LastRow - 9
Else
FirstRow = 1
EndIf
...
MacroVersion: 2008
Operating System: Mac OS X 10.4 (Tiger)
Processor: intel
Hi,
I'm thinking of buying Mac: Office 2008, but before I do I want to check that I will be able to download Scritpsmart collection of templates without any glitches:
<http://www.bbc.co.uk/writersroom/scriptsmart/faq.shtml>
Does anyone know if I can do this?
Regards,
SP.
In article <ee98ff5.-1@webcrossing.caR9absDaxw>,
StregaItalia@officeformac.com wrote:
> Version: 2008
> Operating System: Mac OS X 10.4 (Tiger)
> Processor: intel
>
> Hi,
>
> I'm thinking of buying Mac: Of...
Mail Merge #8I am having a problem with my mail merge, If I type in my
Excel cell 15.67, In the mail merge, it comes across as
15.6700000000000001. This has recently started happening,
it worked fine before. Does anyone have any insights?
You could temporarily use tools>calculations and select precision as
displayed
--
Regards,
Peo Sjoblom
"Assistant" <alallemont@fnbrf.com> wrote in message
news:345f01c3e1ed$fb228c70$a501280a@phx.gbl...
> I am having a problem with my mail merge, If I type in my
> Excel cell 15.67, In the mail merge, it comes across as
> 15.670000000...
Attached Toolbars MacrosExcel 2003
I have a custom tool bar, this tool bar has several items, each item is
pointing to a VBA code. This tool bar is attached to the worksheet.
I've copied this spreadsheet to several computers. After I copied the
spreadsheet I decided to rename the spreadsheet, after I renamed the
spreadsheet the Toolbar Item's macros were still pointing to the old name, I
reasigned each tool bar item to the current spreadsheet, saved the
spreadsheet and everything was working on my computer, but when I re-copied
the new spreadsheet to other computers and I clicked on the Toolbar Item...
Changing Rows to ColumnsIs it possible to easily rotate a spreadsheet or part of a
spreadshet, to change the data in rows to columns? Do to a
sorting problem in the charts I create, it seems I have to
sort the data in the spreadsheet first.
Any help would be appreciated.
Hi,
Sure is a way. select & copy your data. then select
the cell where you want to re-paste; right-click and
select paste special; in the dialog box check "transpose".
Ok.
jeff
>-----Original Message-----
>Is it possible to easily rotate a spreadsheet or part of
a
>spreadshet, to change the data in rows to columns? D...
Run macro automatically.How do I make a macro run automatically when a worksheet it is attached to is
loaded?
right click on the sheet tab>view code>left window worksheet>right window
activate
--
Don Guillett
SalesAid Software
donaldb@281.com
"Excel macro" <Excel macro@discussions.microsoft.com> wrote in message
news:DD7AF1E3-9263-4523-AC49-A43ABA1AB9D0@microsoft.com...
> How do I make a macro run automatically when a worksheet it is attached to
is
> loaded?
I am unable to find "activate " when I right click on worksheet. ( i assume
that you are referring to the windo...
Help with macro/and or formula?
Perhaps this is a silly question, but i just can't figure out how t
format this worksheet. The problem is that a lot of the cells hav
numbers in them with negative signs in the back instead of in the fron
(ie. 23-) and i was wondering if anyone knew of a macro/formula i coul
use to quickly fix this problem for all the cells. I would b
extremely grateful. Thanks
--
brefed1
-----------------------------------------------------------------------
brefed15's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=3557
View this thread: http://www.excelforum.com/showthre...
Cannot insert new rowsI am running excel 2007 and I have 23 worksheets in a workbook. I have no
links or hidden rows or colums. My biggest sheet is A1: AW8096. I use VB
macros to add lines and move data from one set of workbooks to this one. I
have built several sheets using this proceedure.
All of a sudden I get the error "Cannot shift objects off sheet" when I run
a routine I have 50,000 times.
I have checked to make sure there are no hidden comments, row or columns. I
have deleted most of the worksheets and I still get the error. I have made
copies of the workbook and used different file ...
Protected sheets and running macrosi have a sheet with a macro ran by a normal button at the top. Howeve
when i protect the worksheet where ever i click on the sheet the macr
executes.
Can any one offer any advice on how to stop this?
Thanks
Robert
--
Message posted from http://www.ExcelForum.com
hi,
i am not able to reproduce the problem, hence i may not be able t
provide a panacea for that issue.
here is what i suggest.
i have a sheet that has a macro that is run when a control toolbo
button (that is, not a form button) is clicked.
this sheet is protected based on the user logged in. what i have don
is to protect t...
Macro to remove rows?Hi,
I receive thousands of rows of data from an extract that comes from a
database. The data extract automatically generates page headers that
need to be removed, and I would love to automate this process.
The headers do have a pattern to them, but I'm not clever enough to
figure out a good way to use that to write a macro.
The first row of the header starts with hyphens
-------------------------------
Then there's a variable number of rows of header data to delete
followed by another row of hyphens
-------------------------------
Then 2 additional rows that must be deleted.
The nu...
Macro Freezes Reading PaneI have a macro that Sends/Receives Tasks from Project Server into
Outlook Tasks. Everything is working fine, except one weird thing that
happens. I have the Timer set on the macro and it starts as soon as
Outlook starts. The macro gets the tasks from ProjectServer every hour.
As soon as the macro starts running the Reading pane freezes in the
Inbox. If i stop the macro then Reading pane is back to normal. Can
anyone please tell me if there is something I can do in VBA to fix this
annoying issue.
Thanks a lot
...
Calling on a macro within a macro!Hey All!!
Quick Question - How do you call up a macro within a current macro? I
have one big macro and I need it to jump to several other macros when
it runs! Does it matter where the other macros are stored or is it
better to have them all in one module?
Help appreciated Thnx!
Hi Mellowe,
'=============>>
Public Sub Main()
'Your code
Call One
'your code
End Sub
'<<=============
'=============>>
Public Sub One()
MsgBox "Hi from One"
End Sub
'<<=============
> Does it matter where the other macros are stored or ...
shortcut keys to macrosHi,
Is it at all possible to assign shortcut keys to macros in Outlook?
Thx,
Hans
...
Turn off auto adjust of row heightsI have a complex spreadsheet for my catalogue of products. I have set row
heights, fonts and sizes of texts for different rows. Every now and then my
row heights are automatically changed by EXCEL. I have turned off word wrap
I have locked/protected my sheet. How can I stop EXCEL automatically
readjusting row heights at its discretion.
Thanks
...
help Unable to record Macro !!!!!!!I want to record a macro in excel.But as soon as I click
record Macro it says "unable to record" macro. Got no
help in excel help.I do this same thing in word and it's
working.
Please help It's urgent for me !!!1
Have a look here
http://groups.google.com/groups?as_epq=unable%20to%20record&as_ugroup=microsoft.public.excel.*
--
Don Guillett
SalesAid Software
donaldb@281.com
"ash" <anonymous@discussions.microsoft.com> wrote in message
news:3e0b01c42ae5$45333e00$a401280a@phx.gbl...
> I want to record a macro in excel.But as soon as I click
> record...
Macro that password protects a sheetI am attempting to create a macro that can open a protected sheet, change
something, and then protect it again. I continue to have an issue with the
macro not entering the password. Is this possible to do/fix?
Thanks,
Ryan
..open password="mypassword"
--
Don Guillett
SalesAid Software
donaldb@281.com
"Ryan" <Ryan@discussions.microsoft.com> wrote in message
news:D4780ED8-CA1D-4284-97BC-3576160D998E@microsoft.com...
> I am attempting to create a macro that can open a protected sheet, change
> something, and then protect it again. I continue to have an iss...
Inserting RowsHi,
I have 500+ rows of data that I would like to insert a
blank row in between each row. Is there a globabl way of
doing it rather than having to click on each row one at a
time and then selecting 'insert row'?
Thanks
Ben
Hi Ben
have a look at
http://tinyurl.com/2pt5r
Frank
Ben wrote:
> Hi,
>
> I have 500+ rows of data that I would like to insert a
> blank row in between each row. Is there a globabl way of
> doing it rather than having to click on each row one at a
> time and then selecting 'insert row'?
>
> Thanks
>
> Ben
Thanks...
Footer Macro?Hi
Months ago I read a Public Sub Macro that read the selection of a drop down
list in a combo box and placed it in the center Footer at the same time it
also placed the date in the right Footer and tme in the left footer. I have
searched most of the regular sites including this one and cannot find it
anywhere --- Can anyone help with my search.
Any help much appreciated
Cheers ---- Mully
...
Keyboard Shortcut in MacroHi all
i'v created macro with Keyboard Shortcut Ctrl+b . now i want to change it to
Ctrl+z
how can i do it .
regards
Tools-->Macro-->Macros. Select (don't open!) your macro, and hit the Options
button. :)
************
Hope it helps!
Anne Troy
www.OfficeArticles.com
"osaka78" <osaka78@discussions.microsoft.com> wrote in message
news:1721A458-212D-4446-8209-494A459EE428@microsoft.com...
> Hi all
> i'v created macro with Keyboard Shortcut Ctrl+b . now i want to change it
> to
> Ctrl+z
> how can i do it .
>
> regards
THE MACRO IS NO...
merging chartsId like to put data from different columns in a chart. I've got a spreadsheet
with multiple 2x20 'tables'. In the first column is speed and in the second
column is a torque value for the given speed in the first column. Problem
seems to be that the 1st column in each of these 'tables' arent the same
values, but there all speed. say I have in the first table speed values of
10,15,20,25.... and in another table I have speed values of
12,16,22,23....... Id like to plot all of the table on 1 graph(line). Anyway
to do this within excel(vista)?
Hi,
1. Easiest way is ju...
Mail merge for entities like invoice and orderHi All
Does any know the reason that why it is not possible to use mail perge
function for entities like invoice or order?
Regards
Edgar
On Aug 27, 8:05=A0pm, "Edgar Cheung" <edgar che...@bechelon.com.hk>
wrote:
> Hi All
>
> Does any know the reason that why it is not possible to use mail perge
> function for entities like invoice or order?
>
> Regards
> Edgar
No good reason other than, I'm guessing, they ran out of time. Your
best bet might be a report.
Leon Tribe
Want to hear me talk about all things CRM? Check out my blog
http://leontribe.blo...