$$Excel-Macros$$ Create a macro based on a range of cells in excel and send via Lotus Notes with attachment

2013-11-19 Thread Kim McLaughlin
I have a spreadsheet with columns A through AD and have about 1000 rows on my report. I need to run the report every month and send an email to anyone that has a greater than or equal to 6 in Column "W". If column "W" is greater than or equal to 6, then click a "send emails" button with an at

$$Excel-Macros$$ Know cell.address for a clicked hyperlink

2013-06-03 Thread Kim Sig Andersen
Hi When clicking a hyperlink, I want to know the address for the cell that holds the hyperlink (internal to another sheet in the workbook)? When using the follow_hyperlink event I can get the address for followed link, but not the address from which I jumped. Regards¨ Kim -- Are you =EXP

$$Excel-Macros$$ How can I translate text in many cells of an Excel sheet from English to Greek with VBA

2012-03-01 Thread Kim
Hi all, I have a spreadsheet with thousands of rows and columns of text that I'd like to translate into Greek. Can anyone tell me how I might do that using VBA with some free service or API online? Many thanks in advance. Kim -- FORUM RULES (986+ members already BANNED for violation) 1

Re: $$Excel-Macros$$ When do my subscribers pay plan

2011-09-27 Thread Kim Hein Pedersen
Thanks :) Mvh Kim Pedersen Strand Vinduspuss Tlf. +47 934 60 815 2011/9/24 dguillett1 > See Attached > > *From:* Urghhh > *Sent:* Friday, September 23, 2011 2:33 PM > *To:* excel-macros@googlegroups.com > *Subject:* Re: $$Excel-Macros$$ When do my subscribe

Re: $$Excel-Macros$$ How do I find the highest of the most repeating values in a list of numbers ie. the max of the modes

2011-01-06 Thread Kim
uture reference. Thanks guys. Kim On Jan 7, 1:32 am, Paul Schreiner wrote: > Do you care if it is done with a macro? > > Option Explicit > Public Dict_Vals > Sub CheckVals() >     Dim KeyVals, R, MaxVal, MaxCnt, RowCnt >     Set Dict_Vals = CreateObject("Scripting.D

Re: $$Excel-Macros$$ How do I find the highest of the most repeating values in a list of numbers ie. the max of the modes

2011-01-05 Thread Kim
Thanks so much Ashish but the problem is in the temporary column. I really need to do it in one cell only without introducing any new data. Any idea on how I can achieve that? Again, thanks for your help. Kim On Jan 6, 4:07 pm, ashish koul wrote: > check the attachment  see if it he

$$Excel-Macros$$ How do I find the highest of the most repeating values in a list of numbers ie. the max of the modes

2011-01-05 Thread Kim
quent occurrance outright. I've tried using the mode command but it returns the first of the most frequent occurances but I want the highest of the most frequent occurrances. Any help would be greatly appreciated. T

Re: $$Excel-Macros$$ Re: Using sum function for Unknown range

2010-06-26 Thread Mark Kim
> In the formatting expression, "H" means to display the Hour without > leading "0"'s. > since this isn't a TIME, I suspect you were trying to use this format > statement > as if it were similar to C++. It's not. > How it

Re: $$Excel-Macros$$ Re: Using sum function for Unknown range

2010-06-24 Thread Mark Kim
Can not use like that. All I know is which column i need to use. I do not know how long is the sum range and where to start. That's why I have FBTFirstrow and FBTlastrow . I need to have sum formular in the cell so i can verify the formula On Thu, Jun 24, 2010 at 3:22 PM, saggi wrote: > If you

Re: $$Excel-Macros$$ Navigation Macro..

2010-03-23 Thread Mark Kim
f the formula is > ='[Book1.xls]Sheet 2'!$A$3. Unticking edit directly in cell will mean > you can't edit formula's in the cell, you have to do it in the formula > bar. > > Cheers, > > Spud > > On Mar 22, 10:34 pm, Mark Kim wrote: > > The pr

Re: $$Excel-Macros$$ Navigation Macro..

2010-03-22 Thread Mark Kim
The problem is then I need a create hyperlink manually.. Then I need to create hundreds hyperlink.. Also, everytime I click the cell, it takes me to the reference cell, which I don't want to. I want to go to the reference cell when I want to. That's why I don't think Hyperlink is a solution. Du

Re: $$Excel-Macros$$ Re: remove empty cells (rows) between two cells

2010-03-01 Thread Mark Kim
On Fri, Feb 26, 2010 at 4:44 PM, Ayush wrote: > Hi Markkim, > > Would you please send the sample file containing this data? > > Best regards, > Ayush Jain > > On Feb 26, 6:18 am, Markkim wrote: > > Hi > > I have been trying to make these but have failed. ^ ^;; > > I’d like to create a macro > >

Re: $$Excel-Macros$$ Re: remove empty cells (rows) between two cells

2010-02-28 Thread Mark Kim
Hi, Thanks for the code. But I tried but it doesn’t seem to work as expected. Can I ask you this please? in the data sheet you uploaded, what I want is to select Dat1 to Data 7 and remove blank rows. In my real data I work with, there are 6 rows between the last transaction record and FBT detail

Re: $$Excel-Macros$$ How to create a link to other sheets...

2010-01-16 Thread Mark Kim
Sorry I didn't attach an file. hm.. not sure how to attach a file. Hope this is ok.. On Sun, Jan 17, 2010 at 7:50 AM, Mark Kim wrote: > Hi Praveen > > Thanks Million!!! This is exactly what I was looking for.. > > Thanks a lot !!! > > > On Sun, Jan 17, 2010

Re: $$Excel-Macros$$ How to create a link to other sheets...

2010-01-16 Thread Mark Kim
Hi Praveen Thanks Million!!! This is exactly what I was looking for.. Thanks a lot !!! On Sun, Jan 17, 2010 at 1:35 AM, kvc praveen kumar wrote: > Hi, > > Please find the attached file and let me know if this is what you are > looking for. I used worksheet events to impement the same. > Regards

$$Excel-Macros$$ Please help with vba code to download a file from a website

2009-01-01 Thread Kim
I want it to download a file like... www.testsite.com\test.txt to a spot on my hard drive like... c:\temp\ without inputs or prompts or navigating to save location. Can anyone help please? In all my testing, I have to navigate to where I want the file to go which doesn't suit. T