Re: $$Excel-Macros$$ Urgent help plss..

2013-05-28 Thread David Grugeon
Perhaps you have more than one sheet selected. Regards David Grugeon On 28 May 2013 14:37, Prabhu Pinky wrote: > hi experts > > I have one excel, from that excel I am unable to copy and paste the data > to new excel..even a single cell..am getting "this command is cannot

Re: $$Excel-Macros$$ IF / Nested IF Formula Help **URGENT**.

2013-05-27 Thread David Grugeon
I think you would do better to use a pivot table. Dates can be based on weeksfor the summarisation. Regards David Grugeon On 28 May 2013 12:17, Yogesh Vyas wrote: > Hi Team, > > I need IF/Nested IF Formula for Supplier Aging Analysis. Please find > attach data for the

Re: $$Excel-Macros$$ How to split cell in Excel

2013-05-27 Thread David Grugeon
might be possible if you have it rght aligned in a cell and put the horizontal text, a space, and the first letter of the vertical text, an Alt-return, the next vertical letter, and so on like this *fred F* *R* *E* *D* Regards David Grugeon On 27 May 2013 16:59, Prathap wrote: > Hi Expe

Re: $$Excel-Macros$$ Macro Help

2013-05-27 Thread David Grugeon
Bulloo Shire Council in Thargomindah Queensland Australia. Regards David Grugeon On 27 May 2013 16:13, VBA VABZ wrote: > hey > > for which co you work. > > thx > > > On Mon, May 27, 2013 at 7:20 AM, Bv Dileep wrote: > >> Hello, >> >&g

Re: $$Excel-Macros$$ Macro Help

2013-05-26 Thread David Grugeon
roduce the entire code for you that is a consulting job. I currently charge my clients AUD 140 per hour for such services. If you do it yourself you will be better placed to cope with other issues in the future. Regards David Grugeon On 27 May 2013 11:50, Bv Dileep wrote

Re: $$Excel-Macros$$ Material In Out Register (Stock Register)

2013-05-25 Thread David Grugeon
cel-macros+unsubscr...@googlegroups.com 'cvml', 'excel-macros%2bunsubscr...@googlegroups.com');>. > To post to this group, send email to > excel-macros@googlegroups.com 'excel-macros@googlegroups.com');> > . > Visit this group at http://groups.goog

Re: $$Excel-Macros$$ Problem in file..?

2013-05-23 Thread David Grugeon
y wrote: > > No david..that sheet contains no macros, even very less formula. Only the > thing is some cells have formatted... > > Prabhu R > On May 23, 2013 5:20 PM, "David Grugeon" wrote: > > Also do you have macros which are run when changes are made to the sheets.

Re: $$Excel-Macros$$ Problem in file..?

2013-05-23 Thread David Grugeon
Also do you have macros which are run when changes are made to the sheets. It may be possible to reorganise them so they run faster or are not triggered so readily. Regards David Grugeon On 23 May 2013 21:47, David Grugeon wrote: > Try setting the calculation to Manual. Then see if Cut

Re: $$Excel-Macros$$ Problem in file..?

2013-05-23 Thread David Grugeon
worksheets, or by keeping calculation turned off and pressing F9 when you want it to calculate. Regards David Grugeon On 23 May 2013 21:26, Prabhu Pinky wrote: > thanks vijay, lemme try this too. > > but my doubt is if already "Use all the processors on this computer" > op

Re: $$Excel-Macros$$ Problem in file..?

2013-05-23 Thread David Grugeon
Can't guess without seeing the file. Can you attach it? Regards David Grugeon On 23 May 2013 16:49, Prabhu Pinky wrote: > Hi experts, > I have one excel file. Size is below 1mb. Even though it is very slow > working in that file. If I do copy paste any single cell, it takes t

Re: $$Excel-Macros$$ External excel file insert to single excel file

2013-05-22 Thread David Grugeon
Can they open the files through the network manually while the files are on you computer On Wednesday, 22 May 2013, Chaya wrote: > Dear experts, > > > I have more then three excel (Say A, B, C) file in under folder > (D:\Master File). Now I have a single workbook know as “Master file”. In > t

Re: $$Excel-Macros$$ External excel file insert to single excel file

2013-05-22 Thread David Grugeon
p and stop receiving emails from it, send an > email to excel-macros+unsubscr...@googlegroups.com 'cvml', 'excel-macros%2bunsubscr...@googlegroups.com');>. > To post to this group, send email to > excel-macros@googlegroups.com 'excel-macros@googlegroups.com')

Re: $$Excel-Macros$$ Vlookup value with comments

2013-05-18 Thread David Grugeon
Excel can do it but unfortunately the restriction not to use VBA prevents it. Perhaps you should talk to your IT department and ask them how to solve it. Regards David Grugeon On 19 May 2013 07:02, santosh subudhi wrote: > Hi Group, > > Attached is the sample sheet where in the comm

Re: $$Excel-Macros$$ Macros Tips

2013-05-17 Thread David Grugeon
e done and what it is doing wrong. If there are any error messages write them down exactly and tell us, if it is possible to find out, what line the error occurred on. Above all, just keep writing and testing code and you will soon be one of the ones giving the answers on the list. Regards Dav

Re: $$Excel-Macros$$ Am new to VBA - help me to became expert.

2013-05-17 Thread David Grugeon
Did you mean to attach the file? Regards David Grugeon On 17 May 2013 14:32, P.VIJAYKUMAR wrote: > Respected Prabhu, > > Hope this file will be of little help to u. > > > Regards, > VIJAYKUMAR > > > On Tue, May 14, 2013 at 9:08 PM, Prabhu Pinky wrote: > >

Re: $$Excel-Macros$$ Combine Data From Two Sheets into a Single Sheet

2013-05-16 Thread David Grugeon
need on row 7 If(A7="","",the formula) I hope this is clear. Regards David Grugeon On 17 May 2013 10:50, Christopher Kevin wrote: > David, thank you it worked perfectly, however, when I use the fill handle > to drag and fill down I ended up with 0, #NA and 0/01/190

Re: $$Excel-Macros$$ Copying cells while keep cell references

2013-05-16 Thread David Grugeon
End Sub Regards David Grugeon On 17 May 2013 07:44, David Grugeon wrote: > The main issue is where the references point. If they are pointing within > the block you are copying, there is no issue as they will continue to point > to the appropriate cells within the block. If th

Re: $$Excel-Macros$$ Copying cells while keep cell references

2013-05-16 Thread David Grugeon
MyConvertFormulas() Dim oRange As Range Dim c as Range Set oRange = Selection for each c in oRange c.Formula = Application.ConvertFormula(Formula:=c.Formula, _ fromreferencestyle:=Application.ReferenceStyle, toabsolute:=xlAbsolute) End Sub Regards David Grugeon On 17 May 2013 01:22, Chris

Re: $$Excel-Macros$$ Combine Data From Two Sheets into a Single Sheet

2013-05-15 Thread David Grugeon
Sorry - Attachment here Regards David Grugeon On 16 May 2013 13:12, David Grugeon wrote: > Easier with formulas - see attached. I had to change the ID for ABC from > FR002 to FR001 to match the details. Also I did not get the swapped items > in the last 2 rows shown in your

Re: $$Excel-Macros$$ Combine Data From Two Sheets into a Single Sheet

2013-05-15 Thread David Grugeon
Easier with formulas - see attached. I had to change the ID for ABC from FR002 to FR001 to match the details. Also I did not get the swapped items in the last 2 rows shown in your combined. Regards David Grugeon On 16 May 2013 12:38, Christopher Kevin wrote: > Dear Experts, > > C

Re: $$Excel-Macros$$ IF FORMULA NOT WORKING

2013-05-14 Thread David Grugeon
The formula refers to 34 in B5 but B5 is 36, not 34 Regards David Grugeon On 15 May 2013 16:41, P.VIJAYKUMAR wrote: > Respected Experts, > > My exact requirement is that if 12(or any constant number specific to > login) is typed in Cell B4 of the attachment it should displa

Re: $$Excel-Macros$$ Vlookup value with comments

2013-05-14 Thread David Grugeon
It is possible using VBA. Please supply a sample workbook so we can understand exactly how your data is organised and how you want to look it up. Regards David Grugeon On 15 May 2013 13:51, Prabhu Pinky wrote: > Nope. it is not possible.. > > > On 15 May 2013 01:14, santosh s

Re: $$Excel-Macros$$ Filter on Row to hide column

2013-05-10 Thread David Grugeon
You cannot filter horizontally. You could have a macro to hide all columns from column d onwards which were not Week1, if that is what you want. Regards David Grugeon On 10 May 2013 16:28, Amit Desai (MERU) wrote: > Dear Friends, > > ** ** > > Please help. > &g

Re: $$Excel-Macros$$ Macro for overlapping data

2013-05-09 Thread David Grugeon
>From the data available there is no way to determine how many users have 3 or more channels. Regards David Grugeon On 10 May 2013 15:34, Sri Jai wrote: > Thanks david for the response > I think i confused you uncessarilly..(Apologies)As attached in the > word docum

Re: $$Excel-Macros$$ Macro for overlapping data

2013-05-09 Thread David Grugeon
terms "CCG", "Channel", and "Impression" mean, it may be feasible for me or another member (ideally a statistician) to help you further. Regards David Grugeon On 10 May 2013 13:47, Sri Jai wrote: > Dear Experts, > > Need your help on the below >

Re: $$Excel-Macros$$ Excel VBA code to handle "choose file to upload " window in internet explorer

2013-05-09 Thread David Grugeon
ink.follow. Regards David Grugeon On 10 May 2013 06:42, Mathan wrote: > Sorry, please refer to this screenshot. Thanks > > > On Fri, May 10, 2013 at 2:11 AM, Mathan wrote: > >> Hi David, >> >> Please refer to the attached screenshot. I believe you would get my point

Re: $$Excel-Macros$$ Excel VBA code to handle "choose file to upload " window in internet explorer

2013-05-09 Thread David Grugeon
, I think. Or you could upload the file to Google Apps or Office 365 and then open that in a browser. Regards David Grugeon On 9 May 2013 16:31, Mathan wrote: > Hi David/Anil, > > We are trying to upload the excel file through excel vba. > > The files are from common shared fo

Re: $$Excel-Macros$$ Excel VBA code to handle "choose file to upload " window in internet explorer

2013-05-08 Thread David Grugeon
he file is located. We also need to know why VBA code is required, rather than simply a hyperlink. Regards David Grugeon On 9 May 2013 06:56, Mathan wrote: > Hi Experts, > > I'm trying to upload a file from shared folder (directory) to the internet > explorer. > > Need a

Re: $$Excel-Macros$$ Need City in Blanck Coloume.

2013-05-08 Thread David Grugeon
Priti, You are absolutely right. It is up to the person who raised the query to test sugestested solutions and respond. If it is not working to say in what respect it is not working, If it is working to acknowledge that. Regards David Grugeon On 8 May 2013 22:16, priti verma wrote: > D

Re: $$Excel-Macros$$ please give suggestion...

2013-05-02 Thread David Grugeon
You are more likely to get a response if you use a meaninful heading and include the details of your problem in the body of the post. Regards David Grugeon On 3 May 2013 03:33, SAJID MEMON wrote: > I have attached a file, please give me vba code of my problem which i have > explained

Re: $$Excel-Macros$$ Loop issue

2013-04-30 Thread David Grugeon
ows("102:" & k).Delete Shift:=xlUp Regards David Grugeon On 30 April 2013 13:56, excel learner wrote: > this particular line it is Just skipping Rows("102:" & k).Select > > and deletion line also not performed. > > > > > On Mon, Apr 29, 2

Re: $$Excel-Macros$$ Loop issue

2013-04-28 Thread David Grugeon
lection. What does it do? Are the rows still selected? If not, where is the active cell after this line is run? Regards David Grugeon On 28 April 2013 16:36, excel learner wrote: > hi David, > > I tried step by step execution but still it is executing fine without any > error

Re: $$Excel-Macros$$ Loop issue

2013-04-27 Thread David Grugeon
You have highlighted 5 lines Try stepping through the code and finding out which line does not work as required. Regards David Grugeon On 28 April 2013 16:25, wrote: > Hi Experts, > > i have come across an issue where in auto filter code is skipping over > without performing

Re: $$Excel-Macros$$ Copy/Paste Problem

2013-04-27 Thread David Grugeon
7;excel-macros%2bunsubscr...@googlegroups.com');>. > To post to this group, send email to > excel-macros@googlegroups.com 'excel-macros@googlegroups.com');> > . > Visit this group at http://groups.google.com/group/excel-macros?hl=en. > For more options, visit https://gro

Re: $$Excel-Macros$$ saving function to use in all workbooks

2013-03-29 Thread David Grugeon
;);>. > To post to this group, send email to > excel-macros@googlegroups.com 'excel-macros@googlegroups.com');> > . > Visit this group at http://groups.google.com/group/excel-macros?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > >

Re: $$Excel-Macros$$ conditional formating to find amts to offset

2013-03-24 Thread David Grugeon
os%2bunsubscr...@googlegroups.com');>. > To post to this group, send email to > excel-macros@googlegroups.com 'excel-macros@googlegroups.com');> > . > Visit this group at http://groups.google.com/group/excel-macros?hl=en. > For more options, visit https://groups.g

Re: $$Excel-Macros$$ Print problem

2013-03-19 Thread David Grugeon
Sorry. Dont use that use this one Private Sub Workbook_BeforePrint(Cancel As Boolean) Cancel = True Application.EnableEvents = False Worksheets(5).PrintOut Application.EnableEvents = True End Sub Regards David Grugeon On 19 March 2013 22:08, David Grugeon wrote: > Put this in

Re: $$Excel-Macros$$ Print problem

2013-03-19 Thread David Grugeon
Put this in the ThisWorkbook module Private Sub Workbook_BeforePrint(Cancel As Boolean) Cancel = True Application.EnableEvents = False Worksheets(5).PrintOut End Sub Regards David Grugeon On 19 March 2013 21:50, Shrinivas Shevde wrote: > Dear All > I have a excel work book in which

Re: $$Excel-Macros$$ Multiple Criteria issue formula

2013-03-19 Thread David Grugeon
I cannot understand your question. you will have to be much more explicit. If you cannot explain in English, perhaps you know someone who can help you. Please put the explanation in the body of the email, not in a spreadsheet. Regards David Grugeon On 19 March 2013 21:40, amar takale wrote

Re: $$Excel-Macros$$ Time calculation help

2013-03-17 Thread David Grugeon
o excel-macros+unsubscr...@googlegroups.com 'cvml', 'excel-macros%2bunsubscr...@googlegroups.com');>. > To post to this group, send email to > excel-macros@googlegroups.com 'excel-macros@googlegroups.com');> > . > Visit this group at http://groups.goog

Re: $$Excel-Macros$$ Re: Replace a character to equal sign - VBA

2013-03-15 Thread David Grugeon
The problem is that you are replacing a string with another string when you want to replace it with a formula So Try ActiveCell.formula =Replace(ActiveCell.Value,"#","=",1,,vbTextCompare) Regards David Grugeon On 16 March 2013 04:10, André D'Avila wrote: >

Re: $$Excel-Macros$$ Unlock Cells on Condations

2013-03-15 Thread David Grugeon
It works perfectly on my spreadsheet. I think you filled the dates using a formula. Change xlFormulas to xlValues. It would also be good to put Dim r as Range at the head of the macro. Regards David Grugeon On 15 March 2013 23:47, Prashant Pednekar wrote: > Dear Dave, and other frie

Re: $$Excel-Macros$$ Excel 13 macros

2013-03-14 Thread David Grugeon
trying to force you to use the cloud, they then think that the cloud is an unsafe place so disable macros by default. Regards David Grugeon On 15 March 2013 07:28, Wayne Field wrote: > I moved up to Excel 13 less than a month ago with functioning > spreadsheets. Last night Microsoft wip

Re: $$Excel-Macros$$ FW: Amount clean after closed file

2013-03-14 Thread David Grugeon
In the This Workbook module put the following Sub Private Sub Workbook_BeforeClose(Cancel As Boolean) Sheet1.TextBox1.Text = "" ThisWorkbook.Save End Sub Regards David Grugeon On 14 March 2013 19:37, Umesh Gupta wrote: > > > -- > From: u

Re: $$Excel-Macros$$ Auto-populate a single cell by merging common values from cells within a range.

2013-03-13 Thread David Grugeon
o excel-macros+unsubscr...@googlegroups.com 'cvml', 'excel-macros%2bunsubscr...@googlegroups.com');>. > To post to this group, send email to > excel-macros@googlegroups.com 'excel-macros@googlegroups.com');> > . > Visit this group at http://groups.google.co

Re: $$Excel-Macros$$ Available Consultant HOT LIST PROJECT MANGER AND EMBEDDED DEVELOPER

2013-03-12 Thread David Grugeon
It is just a case of illiteracy. Sales recruiter evidently cannot read or he/she would see that the rules include: 5) Jobs posting is not allowed. Regards David Grugeon On 13 March 2013 14:20, अनिल नारायण गवली wrote: > Dear SalesRecruiter, > > What we do

Re: $$Excel-Macros$$ how to call proc on sheet refering sheetname

2013-03-11 Thread David Grugeon
This works Application.OnTime Now() + TimeValue("00:00:05"), Sheets("Test").CodeName & ".CommandButton1_Click" Regards David Grugeon On 11 March 2013 21:52, Santosh V wrote: > Waiting for reply.. > > > On Mon, Mar 11, 2013 at 2:07 PM, San

Re: $$Excel-Macros$$ how to call proc on sheet refering sheetname

2013-03-11 Thread David Grugeon
the name of the file in the brackets you double up the quotes so two double quotes. VBA will treat them as a single double quote when it interprets the string. I haven't tested this but I think it is about right. Regards David Grugeon On 11 March 2013 04:26, Santosh V wrote: > Private Su

Re: $$Excel-Macros$$ Row and column Highlighted

2013-03-11 Thread David Grugeon
p may have plenty of time to spare and be willing to donate that time. Regards David Grugeon. Regards David Grugeon On 11 March 2013 16:33, karthikeyan sankaran wrote: > Hi, > > Thanks for your reply. > I need Active cell Row&Column. Whenever open the workbook it will show &

Re: $$Excel-Macros$$ PDF to Excel

2013-03-08 Thread David Grugeon
group and stop receiving emails from it, send an > email to excel-macros+unsubscr...@googlegroups.com. > To post to this group, send email to excel-macros@googlegroups.com. > Visit this group at http://groups.google.com/group/excel-macros?hl=en. > For more options, visit https://groups.goo

$$Excel-Macros$$ Scope of variables

2013-03-07 Thread David Grugeon
m the help file, or is it just wrong? Regards David Grugeon -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accurate thread titles. P

Re: $$Excel-Macros$$ Re: Not able to change background color

2013-03-07 Thread David Grugeon
**googlegroups.com. >>>>>>> To post to this group, send email to excel-...@googlegroups.com. >>>>>>> >>>>>>> Visit this group at http://groups.google.com/** >>>>>>> group/excel-macros?hl=en<http://groups.google.c

Re: $$Excel-Macros$$ MIS Job in Ienegizar

2013-03-04 Thread David Grugeon
Why did you post this? Rule 5) Jobs posting is not allowed. You have done this before. Please do not do it ever again. Regards David Grugeon On 5 March 2013 12:15, pankaj sangotra wrote: > Job Description > * Should have good knowledge of Work force management * Prepare

Re: $$Excel-Macros$$ Excel VBA to retrieve from MSAccess or Sharepoint

2013-03-04 Thread David Grugeon
the Google Groups > "MS EXCEL AND VBA MACROS" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to excel-macros+unsubscr...@googlegroups.com 'cvml', 'excel-macros%2bunsubscr...@googlegroups.com');>. > To post to t

Re: $$Excel-Macros$$ Multiple Column& Rows conditions Sum

2013-02-28 Thread David Grugeon
=SUMIF(A2:A7,F9,OFFSET(A2:A7,0,CODE(F8)-64)) Regards David Grugeon On 1 March 2013 11:50, Venkat CV wrote: > Hello Everyone, > > I have enclosed sample file were i required formula assistance If I > select 2 Criteria's and needs to sum up based on ROW&Column criteria&#x

Re: $$Excel-Macros$$ Data Validation issue

2013-02-28 Thread David Grugeon
This thread makes me think you are typing in the names of your named ranges. It is bettter to press F3 and double click the name to add it. Makes sure there are no typos in the name. Regards David Grugeon On 28 February 2013 18:03, Bé Trần Văn wrote: > Go to Insert> Name> Defin

Re: $$Excel-Macros$$ Need formula for sum

2013-02-27 Thread David Grugeon
xcel-macros%2bunsubscr...@googlegroups.com');>. > To post to this group, send email to > excel-macros@googlegroups.com 'excel-macros@googlegroups.com');> > . > Visit this group at http://groups.google.com/group/excel-macros?hl=en. > For more options, visit https

Re: $$Excel-Macros$$ F-key to open a particular worksheet

2013-02-26 Thread David Grugeon
open sub has not run. Regards David Grugeon On 27 February 2013 16:49, amar takale wrote: > Dear All, > Can anyone tell me how I can allocate an F-key to open a particular > worksheet.I will try but not successful. Pls see below link,same issue. > > > https://group

Re: $$Excel-Macros$$ Sum with maximum

2013-02-23 Thread David Grugeon
=sumif(C2:C50,"<6500",C2:C50)+countif(C2:C50,">=6500)*6500 Regards David Grugeon On 23 February 2013 20:36, Ranjeet Negi wrote: > Dear Sir, > > I have a data in Range (C2:C50). There are values. I want to sum all > value upto or equal to 6500, wherein

Re: $$Excel-Macros$$ Assignment

2013-02-22 Thread David Grugeon
Assuming the first value is in A2 In B2 put =left(A2,1) In C2 put =mid(A2,2,4) Drag these formulas down. Regards David Grugeon On 23 February 2013 16:14, Harkesh Kumar wrote: > > > > Please solve this Problem > > > > Please Seperate Special character and number &

Re: $$Excel-Macros$$ Date hour value problem!

2013-02-22 Thread David Grugeon
number. 0.1770833 or thereabouts. When we apply a time format h:mm to this it displays as 4:15. QED Regards David Grugeon On 22 February 2013 21:30, David Grugeon wrote: > try this > > If the value is in B3 use then formula > > =(int(B3)+mod(B3,1)/.6)/24 > then format as h:mm &

Re: $$Excel-Macros$$ Date hour value problem!

2013-02-22 Thread David Grugeon
try this If the value is in B3 use then formula =(int(B3)+mod(B3,1)/.6)/24 then format as h:mm Regards David Grugeon On 22 February 2013 20:36, The Viper wrote: > excel will not hold a value as 2.30 with full decimal(2). We > can derive the desired result by formula if you intend. &

Re: $$Excel-Macros$$ Index and Match help needed

2013-02-20 Thread David Grugeon
u want it to apply to) PasteSpecial/Formats It should be easier but I could not get it to work to just apply conditional formatting to the range. Regards David Grugeon On 21 February 2013 01:50, solsbee wrote: > I have a spreadsheet that the data is keyed in one cell, then multiple >

Re: $$Excel-Macros$$ Count No of Days between Start and End Date over a period of different years

2013-02-19 Thread David Grugeon
Hi Paul - OOPS! I didnt see you had finished it. Sorry. Regards David Grugeon On 20 February 2013 07:08, David Grugeon wrote: > Hi Paul > > What i think the OP wants is > > If a person started in the year he wants the end date of the year (31 > December) minus Start

Re: $$Excel-Macros$$ Count No of Days between Start and End Date over a period of different years

2013-02-19 Thread David Grugeon
the year and ended after the year he wants 365 or 366 in that year column. Regards David Grugeon On 19 February 2013 22:42, Paul Schreiner wrote: > I'm really very sorry, but your explanation continues to make no sense. > Basically, it's this: > You want the number of day

Re: $$Excel-Macros$$ Calculation of Import Value

2013-02-19 Thread David Grugeon
tax = value*1.392+value*1.392*0.06 =value *1.392*1.06 =value*1.47552 so the Custom duty, plus the Sales tax plus the income tax is Value*0.47552 This is the formula you need in the single cell if the value is in A3 *=A3*0.47552* Regards David Grugeon On 19 February 2013 17:48

Re: $$Excel-Macros$$ how to get cumulative sum in a cell

2013-02-19 Thread David Grugeon
Hi Anton How are you calling the sub? Regards David Grugeon On 20 February 2013 04:40, Anton Jopko wrote: > Hi David, > I tried your suggestion but still no luck. I may have to get a VBA book > that is simpler than the one i have. > Thanks for looking at my macro though, > an

Re: $$Excel-Macros$$ how to get cumulative sum in a cell

2013-02-18 Thread David Grugeon
Hi Anton How are you calling this sub? You are probably calling it without specifying Target. You might need to start it like (untested) Private Sub Accounting_type2() Dim Target as range Set Target = ActiveSheet.ActiveCell Regards David Grugeon On 19 February 2013 00:58, Anton Jopko

Fwd: $$Excel-Macros$$ how to get cumulative sum in a cell

2013-02-18 Thread David Grugeon
Following message posted direct to Anton by mistake. It worked. Regards David Grugeon -- Forwarded message -- From: David Grugeon Date: 17 February 2013 07:16 Subject: Re: $$Excel-Macros$$ how to get cumulative sum in a cell To: anton Have a look at this link. The solution

Re: $$Excel-Macros$$ Hiding Sheet in Excel Workbook

2013-02-17 Thread David Grugeon
e workbook to avoid this. Regards David Grugeon On 18 February 2013 15:30, अनिल नारायण गवली wrote: > Dea Orabakar, > > Pl find attached herewith . Password is hide. > > Regards, > Gawli Anil > > On Mon, Feb 18, 2013 at 9:18 AM, Prabhakar S H wrote: > >> Hi, >

Re: $$Excel-Macros$$ Hiding Sheet in Excel Workbook

2013-02-17 Thread David Grugeon
rkbook was issued (and after it came back to me if relevant). If you have an earlier version of Excel you can do the same things but someone else may need to tell you where to find the tools. Regards David Grugeon On 18 February 2013 13:48, Prabhakar S H wrote: > Hi, > > I have different

Re: $$Excel-Macros$$ add in for chart

2013-02-16 Thread David Grugeon
r...@googlegroups.com');>. > To post to this group, send email to > excel-macros@googlegroups.com 'excel-macros@googlegroups.com');> > . > Visit this group at http://groups.google.com/group/excel-macros?hl=en. > For more options, visit https://groups.google.com/

Re: $$Excel-Macros$$ What is Ylookup in Excel...

2013-02-16 Thread David Grugeon
Perhaps it is an employment test. Anyone who knew Excel would know there is no Ylookup. Someone who was not familiar with excel might invent a meaning for it! Regards David Grugeon -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join

Re: $$Excel-Macros$$ What is Ylookup in Excel...

2013-02-16 Thread David Grugeon
Perhaps it is an employment test. Anyone who knew Excel would know there is no Ylookup. Someone who was not familiar with excel might invent a menaing for it! Regards David Grugeon On 16 February 2013 18:57, Rajan_Verma wrote: > *I have year only two dimension in excel. One is verti

Re: $$Excel-Macros$$ how to get cumulative sum in a cell

2013-02-16 Thread David Grugeon
I suggest restarting the computer. In win8 it is not obvious how to do this. I type the Windows key and then type Shutdown. this brings up the shutdown App. Then you click Commands in the menu and restart. Regards David Grugeon On 16 February 2013 03:23, anton wrote: > Hi Dave, >

Re: $$Excel-Macros$$ worksheetfunction.counta not returning correct value

2013-02-15 Thread David Grugeon
ooglegroups.com 'cvml', 'excel-macros%2bunsubscr...@googlegroups.com');>. > To post to this group, send email to > excel-macros@googlegroups.com 'excel-macros@googlegroups.com');> > . > Visit this group at http://groups.google.com/group/excel-macros?h

Re: $$Excel-Macros$$ Excel is Crashing

2013-02-14 Thread David Grugeon
change in server paths on your network could be responsible. Regards David Grugeon On 15 February 2013 02:52, sreekanth m wrote: > Dear Experts, > > I have an Excel tool which takes data from ALM(HP) tool and prepare the > reports. > > *Now very frequently the TOOL is getting cr

Re: $$Excel-Macros$$ Fwd: Urgent Help

2013-02-12 Thread David Grugeon
You are much more likely to get a response if you use an appropriate subject line and explain much more fully what you want. I, for one, cannot understand the question and therefore I am not going to waste my time trying to answer it. Regards David Grugeon On 12 February 2013 21:39, Prabhakar

Re: $$Excel-Macros$$ Re: Relating add-ins in word

2013-02-10 Thread David Grugeon
t; Thanks & Regards, > Prajakt Pande > +971551388482 > ** > > > On Mon, Feb 11, 2013 at 11:28 AM, David Grugeon > > > wrote: > >> There is some actual vba code >> On the MS website at >> http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q21

Re: $$Excel-Macros$$ Re: Relating add-ins in word

2013-02-10 Thread David Grugeon
EXE file. as per > company policy. > > Please help. if it is keyboard shortcut it will be very good. > > Thanks & Regards, > Prajakt Pande > +971551388482 > ** > > > On Sun, Feb 10, 2013 at 4:29 PM, David Grugeon wrote: > > I tried it and it works fine. After

Re: $$Excel-Macros$$ Database sort (copy from one sheet to another sheet in different order)

2013-02-10 Thread David Grugeon
Hi Joseph It is certainly possible. I don't really have the time to do it right now. I am very busy at work but someone else may be able to help. On Sunday, 10 February 2013, joseph camill wrote: > can I get the same in vba > > > On Sun, Feb 10, 2013 at 5:18 AM, David Grug

Re: $$Excel-Macros$$ Re: Relating add-ins in word

2013-02-10 Thread David Grugeon
green square, it inserts the text after the number. Regards David Grugeon On 10 February 2013 21:51, Prajakt Pande wrote: > I tried this also but doesn't work. > > > > > Thanks & Regards, > Prajakt Pande > +971551388482 > ** > > > On Sun, Feb 10, 2013 a

Re: $$Excel-Macros$$ Re: Relating add-ins in word

2013-02-10 Thread David Grugeon
It looks as though you right click on the number and then click "spell Number" Regards David Grugeon On 10 February 2013 21:10, Prajakt Pande wrote: > Dear David, > > I install but i didn't understand following sentence. > > Do not forget! The ''Sp

Re: $$Excel-Macros$$ Number Format code-not working !!

2013-02-10 Thread David Grugeon
try semicolons instead of commas Regards David Grugeon On 10 February 2013 20:08, Sreejith K.V wrote: > Hi There, > > I have tried adding the below number format code in the custom tool bar. > But i not getting the desired result. Can someone help me in fixing this > and let me

Re: $$Excel-Macros$$ Re: Relating add-ins in word

2013-02-10 Thread David Grugeon
Hi Prajakt Pande Go to this web link and download.the com add-in http://cpap.com.br/orlando/WordSpellNumberMore.asp?IdC=OMKtPlc If you have problems with it let us know and we will try to help. Regards David Grugeon On 10 February 2013 19:59, Prajakt Pande wrote: > Dear David, > &g

Re: $$Excel-Macros$$ Re: Relating add-ins in word

2013-02-09 Thread David Grugeon
en dollars only) June 2013" If you give some more though to exactly what you want aqnd get back to us someone will be able to assist you. Regards David Grugeon On 10 February 2013 15:01, black panther wrote: > Dear Team, > > Please help in this. > > On Thursday, February 7,

Re: $$Excel-Macros$$ Database sort (copy from one sheet to another sheet in different order)

2013-02-09 Thread David Grugeon
you want. Regards David Grugeon On 1 February 2013 14:26, joseph camill wrote: > > > database.xlsx<https://docs.google.com/file/d/0B3PqgZIh0KQSMnhNY3RLWVRDcW8/edit> > > Hi, > > Attached is the excel, for which I need some help. > > I want to paste data fro

Re: $$Excel-Macros$$ VBA Question: Is x and y possible to macro?.......

2013-02-07 Thread David Grugeon
these items. Regards David Grugeon On 7 February 2013 23:14, FreeRangeJ wrote: > I'm building a template for processing supplier billing data with the > corresponding process documentation for someone else to use the template on > a monthly basis. > > It's based on mob

Re: $$Excel-Macros$$ Macro to copy data within excel into tables in a word document

2013-02-04 Thread David Grugeon
No Your request was to copy product codes from the excel cells to the word doc. Regards David Grugeon On 5 February 2013 10:19, wrote: > ** > Can we pull excel tables, charts and smart art diagram using mail merge!! > > Looking for some advice > Thanks > Harneet > Sent o

Re: $$Excel-Macros$$ Macro to copy data within excel into tables in a word document

2013-02-04 Thread David Grugeon
his group and stop receiving emails from it, send an > email to excel-macros+unsubscr...@googlegroups.com 'cvml', 'excel-macros%2bunsubscr...@googlegroups.com');>. > To post to this group, send email to > excel-macros@googlegroups.com 'excel-macros@googlegroups.com')

Re: $$Excel-Macros$$ Unhide some sheets starting from a specific sheet number

2013-02-03 Thread David Grugeon
://groups.google.com/group/excel-macros?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Regards David Grugeon -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this f

Re: $$Excel-Macros$$ Database sort (copy from one sheet to another sheet in different order)

2013-02-02 Thread David Grugeon
1 for 1 match with the input descriptions (although in a different order)? 4) are you going to want to do any arithmetic within the report or is it just a case of reordering the input for each region? Regards David Grugeon On 3 February 2013 17:01, David Grugeon wrote: > Hi Joseph > &

Re: $$Excel-Macros$$ Database sort (copy from one sheet to another sheet in different order)

2013-02-02 Thread David Grugeon
solution. 1) Regards David Grugeon On 3 February 2013 16:43, wrote: > ** > Does anyone in the group does not have solution to check its row heading > and column heading and paste the data. > > Sent on my BlackBerry® from Vodafone > -- > *From: * jo

Re: $$Excel-Macros$$ undo macro

2013-02-02 Thread David Grugeon
k, save it somewhere, and then restore it, but I suspect that is not possible. Regards David Grugeon On 2 February 2013 15:56, pawel lupinski wrote: > Hi All, > I've macro like: > > Private Sub Worksheet_SelectionChange(ByVal Target As Range) > If Not Intersect(Target,

Re: $$Excel-Macros$$ Certification

2013-01-31 Thread David Grugeon
There are Microsoft office specialist exams in each product in office. You can just do the excel one. It is not an online exam but is conducted in various centres. See the Microsoft website for details. Regards David Grugeon On 1 February 2013 00:58, Manjunath Narayanappa

Re: $$Excel-Macros$$ How to assign date to a variable in a cell

2013-01-31 Thread David Grugeon
fully. Regards David Grugeon On 1 February 2013 04:27, santhosh qatester wrote: > Hi, > > I have the value as below in one cell which should assign the > Today's date to particular value > > WHERE( ImportDate= Today()) > > How to assign today's date to the

Re: $$Excel-Macros$$ Oracle 11.2 client problem with timestamp object

2013-01-30 Thread David Grugeon
if there is any doubt (or things don't work). It looked a bit like saying x=worksheet("Sheet1").value to me. Anyhow it looks like a minor change has caused you some recoding. Good luck! Regards David Grugeon Regards David Grugeon On 29 January 2013 07:06, Paul Schreiner wrote: &g

Re: $$Excel-Macros$$ .Net - Dot Net

2013-01-30 Thread David Grugeon
Put Learn . net into Google and you will get about 74 million possibles Regards David Grugeon On 30 January 2013 17:52, hanumant shinde wrote: > Hi friends, > > i dont know ANYTHING about .net. and now want to learn it does anybody > know how shud i start with it. > Any si

Re: $$Excel-Macros$$ MS Excel, VBA and Windows Scheduler

2013-01-28 Thread David Grugeon
your logon or else gicve the scheduler logon access to all the resources needed. You probably have set up a user for the Scheduler. Try logging on as that user and then open the file and test the macro. Regards David Grugeon On 29 January 2013 09:49, Richard wrote: > I have a workbook whi

Re: $$Excel-Macros$$ Excel.Application throwing an error no. 48

2013-01-28 Thread David Grugeon
Check on that machine that the reference to Excel is ticked. Check that Excel or office is installed on that machine. Regards David Grugeon On 29 January 2013 05:19, hanumant shinde wrote: > Hello Friends, > > set xyz = new Excel.Application > > I am getting error no. 48 (E

  1   2   3   >