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