$$Excel-Macros$$ Doubt

2012-09-17 Thread amrahs k
Hi team, Need example for how to insert specific column values from excel to sql table. using vb.net Thanks, Sharma -- Join official facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES (1120+ members already BANNED for violation) 1) Use concise, accurate thread ti

$$Excel-Macros$$ Fwd: Doubt

2012-09-17 Thread amrahs k
Hi, How to insert specific column values from excel to sql table using visubal basic dot net. Thanks, Sharma -- Join official facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES (1120+ members already BANNED for violation) 1) Use concise, accurate thread titles. P

$$Excel-Macros$$ Unprotect - VBA Password

2012-03-29 Thread amrahs k
Hi Team, I have created a tool in vba with password protected. I have forgot the password. Now I want to do some changes in the tool based on the requirement. so please remove the vba password and send me the tool as soon as possible. Also it would be great if any one help me to create add ins.

Re: $$Excel-Macros$$ SQL Query - Excel VBA

2012-03-28 Thread amrahs k
as a large index of > connection string examples. You should avoid > Microsoft Jet connection strings and in cases where there are alternatives, > ODBC connection strings, which have been replaced by newer drivers. (ODBC > is still fine and commonly used with many non-Microsoft data sto

$$Excel-Macros$$ SQL Query - Excel VBA

2012-03-23 Thread amrahs k
Hi Team, Here I am posting a request for running sql queries in excel macro. I have listed my queries below. Currently am running these queries manually. I want these queries needs to be run automatically. SELECT distinct AMRCostCtr FROM [SRT1].[RequestToolDev].[dbo].[vReqsocs] a,[SRT1].[Request

$$Excel-Macros$$ Connect Access Database

2011-11-22 Thread amrahs k
Dear Team, Can any one please suggest me that how to connect MS - Access database using Visual Basic. I have a database mdb file and I want to connect it from VB front end. Any help or suggestion will be greatly appreciated. Thanks, Sharma -- FORUM RULES (934+ members already BANNED for viola

Re: $$Excel-Macros$$ Need Small Help to pull values based on the criteira!

2011-04-12 Thread amrahs k
20 | Mobile - 90290 32123 > > > > *From:* excel-macros@googlegroups.com [mailto: > excel-macros@googlegroups.com] *On Behalf Of *amrahs k > *Sent:* Monday, April 11, 2011 3:32 PM > *To:* excel-macros@googlegroups.com > *Subject:* $$Excel-Macros$$ Need Small Help to pull values ba

Re: $$Excel-Macros$$ Re: Need Small Help to pull values based on the criteira!

2011-04-12 Thread amrahs k
Hi Bhushan, This helps lot and solves my query as well. Thanks for your time and the help. Regards, Sharma On Tue, Apr 12, 2011 at 12:14 PM, Bhushan Sabbani wrote: > Dear Sharma, > > Pls find the attachment. > > pls let me know if there is any problem or the solution was helpful. > > > Warm Re

$$Excel-Macros$$ Need Small Help to pull values based on the criteira!

2011-04-11 Thread amrahs k
Hi Team, I have attached the sample spreadsheet with my query. Kindly help me to solve the same. Thanks, Sharma -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http:/

Re: $$Excel-Macros$$ Re: Need Excel Formula or VBA Function to Solve the Query.

2010-12-12 Thread amrahs k
Brilliant! Thanks for your support Ayush. Best Regards, Sharma On Sun, Dec 12, 2010 at 1:35 PM, Ayush wrote: > Dear Sharma, > > Attached is the solution. I have used COUNTIFS formula to get this done. > I hope it helps. Please let us know if any further assistance is required. > > Thanks. > > B

Fwd: $$Excel-Macros$$ Fwd: Need Change!

2010-11-15 Thread amrahs k
Hi, Any update on the below email? I am awaiting for your response. It would be great if you could share this by today. Thanks, Sharma -- Forwarded message -- From: amrahs k Date: Mon, Nov 15, 2010 at 2:54 PM Subject: Re: $$Excel-Macros$$ Fwd: Need Change! To: excel-macros

Re: $$Excel-Macros$$ Fwd: Need Change!

2010-11-15 Thread amrahs k
; >s = re.Replace(s, x) > Next > Debug.Print s > re.Pattern = _ > "(^|[.!?(]\b|[.!?(]\s+\b|\r\b|\f\b|\n\b)(.)" > ProperCase_r = _ > re.Replace(s, "$1§$2§") > v = Split(ProperCase_r, _ > "§", , vbTextCompare) > For i = 1 To UBound(v) Step 2

$$Excel-Macros$$ Fwd: Need Change!

2010-11-13 Thread amrahs k
Hi, First I would like to say thank to you. The script that you had given to me works fine though I have a constraint as- The below code is does not handle "(" in the input. Please look into the below example. *Input: CASE MANAGEMENT CONFERENCE QUESTIONNAIRE (LOCAL RULE 12.7)* *Output: Case Man

Re: $$Excel-Macros$$ Required to Unprotect VBA password

2010-11-12 Thread amrahs k
Hi, Thanks for your help. Regards, -Sharma On Fri, Nov 12, 2010 at 1:45 PM, SUMIT VYAS wrote: > Dear > > See > > Regards > > Sumit > > > > On Fri, Nov 12, 2010 at 1:11 PM, amrahs k wrote: > >> Hi, >> >> Kindly unprotect the atta

$$Excel-Macros$$ Small Help Needed

2010-11-09 Thread amrahs k
Hi, I have attached a spreadsheet which contains list of document numbers and their respective names. What I want is I need a word macro that will do the following. Note: The file name will always starts with the Doc Number (5 digits). Ex: 12345 (Refer "Sample_Findlaw.xls" for list of Doc Number

Re: $$Excel-Macros$$ Re: Help Required!

2010-11-09 Thread amrahs k
54Test1.doc" (Refer the spreadsheet "Sample_Findlaw.xls") Name for this Doc Number is : New York If the user enter "Texas" instead of "New York" then the macro would populate a message box. Please help me to fix this. Thanks, Sharma On Mon, Nov 1, 2010 at 10:

Re: $$Excel-Macros$$ Re: Help Required!

2010-11-01 Thread amrahs k
Hi, This is what I actually looking for. It works great and solves my query. Thanks for your efforts and help. Regards, Sharma On Sun, Oct 31, 2010 at 4:11 AM, roberto mensa wrote: > the sub test is just one example of how to use the function into a routine. > > Sub test() > Dim s As String >

Re: $$Excel-Macros$$ Re: Help Required!

2010-10-30 Thread amrahs k
ext and > use its result > > > regards > r > > > > > 2010/10/28 amrahs k > >> Hi, >> >> This works great. Thanks for your efforts and help. Though I have a small >> need as well. >> >> The code gives the output through message box. D

Re: $$Excel-Macros$$ Re: Help Required!

2010-10-27 Thread amrahs k
\n\b)(.)" > > ProperCase_r = _ > re.Replace(s, "$1§$2§") > v = Split(ProperCase_r, _ > "§", , vbTextCompare) > For i = 1 To UBound(v) Step 2 > v(i) = VBA.StrConv(v(i), vbUpperCase) > Next > ProperCase_r = Join(v, "") > End Function > &

$$Excel-Macros$$ Help Required!

2010-10-27 Thread amrahs k
Hi Team, I want a macro in MS word that will do the following. It will first convert the upper case into title case and then replace every connecting word with lower case. *Example:* AGREEMENT. THE ADOPTION THE ADULT OR MARRIED MINOR *Required Output:* Agreement. The Adoption the Adul

$$Excel-Macros$$ Need Suggestion!

2010-10-26 Thread amrahs k
Dear Experts, I need quick suggestion to solve the below issue. Issue: Team use to update a spreadsheet for tracking their hours details for extending the shift. After a day the values in the spreadsheet gets changed this is because people might miss use it. So I want a backup spreadsheet of this

Re: $$Excel-Macros$$ VBA project password: Unprotect

2010-09-30 Thread amrahs k
Hi, Can anyone please assist me on this. Thanks, Sharma On Wed, Sep 29, 2010 at 10:08 AM, amrahs k wrote: > Hi Team, > > I have attached the spreadsheet in which VBA project was protected with > password. Due to this I am unable to edit the code as well. > > Kindly advic

$$Excel-Macros$$ Re: Help Needed!

2010-09-02 Thread amrahs k
look into this and help me to overcome this issue since it is very much required as every time am doing it manually. Any idea or suggestion will be greatly appreciated. Thanks a lot! -Sharma On Mon, Aug 30, 2010 at 12:36 PM, amrahs k wrote: > Dear Experts, > > I have a problem to w

Re: $$Excel-Macros$$ Help Needed!

2010-08-30 Thread amrahs k
in access refrence Microsoft scripting runtime > it makes you copy files , create folders > any things related files if you fail send i have already form access* > > > On Mon, Aug 30, 2010 at 10:06 AM, amrahs k wrote: > >> Dear Experts, >> >> I have a problem to wo

$$Excel-Macros$$ Help Needed!

2010-08-30 Thread amrahs k
Dear Experts, I have a problem to work on a folder where in I need to do manually to do the below task. I have a folder named as "Calibration" in "C:" drive. It contains 500 excel files. What I want to do is to create new folder1 and move 50 files to it. Then another 50 files to new folder2 till

Re: $$Excel-Macros$$ Help Required!

2010-08-27 Thread amrahs k
2010 at 1:37 PM, ashish koul wrote: > >> in reference select Microsoft outlook >> >> >> Regards >> Ashish koul >> akoul.blogspot.com >> >> >> >> >> On Fri, Aug 27, 2010 at 10:06 AM, amrahs k wrote: >> >>> Hi

Re: $$Excel-Macros$$ Help Required!

2010-08-26 Thread amrahs k
;Messages " & vbCrLf & vbCrLf & " Thanks " & vbCrLf & "Regards" & > vbCrLf & " Ashish Koul" > .Attachments.Add ThisWorkbook.Path & "\abc1.xls" > .Send > End With > > Set olMail = Nothing > 'Kill Th

$$Excel-Macros$$ Help Required!

2010-08-24 Thread amrahs k
Hi Team Members, I have a query with regard to outlook email. Can anyone please suggest or advice me how to proceed with this. Requirement: An email should be send automatically with below subject and body to the mentioned address. Copying the left most sheet in the attached excel in a separate w

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

2010-07-30 Thread amrahs k
; > Thanks again, > > Sharma > > > > On Tue, Jul 27, 2010 at 9:39 AM, Vasant wrote: > > > >> Hope this is works... > >> > >> Regards > >> Vasant > >> > >> > >> On Tue, Jul 27, 2010 at 4:22 PM, amrahs k

Re: $$Excel-Macros$$ Help Required!

2009-12-25 Thread amrahs k
Christmas" > > Attached is the revised solution. > > > Best Regards, > -- > DILIP KUMAR PANDEY >MBA-HR,B COM(Hons.),BCA > Mobile: +91 9810929744 > dilipan...@gmail.com > dilipan...@yahoo.com > New Delhi - 110062 > > > On 12/23/09, amrahs k wro

Re: $$Excel-Macros$$ Help Required!

2009-12-23 Thread amrahs k
Hi Dilip, Good Afternoon! I just wanted to follow up with the below email. Any updated on this sir? Thanks & Regards, Sharma On 12/21/09, amrahs k wrote: > > Dear Dilip, > > Yes. Please go ahead with the revised solution since it looks perfect. > > Good job sir. Thanks

Re: $$Excel-Macros$$ Help Required!

2009-12-21 Thread amrahs k
your end. > > Best Regards, > -- > DILIP KUMAR PANDEY > MBA-HR,B COM(Hons.),BCA > Mobile: +91 9810929744 > dilipan...@gmail.com > dilipan...@yahoo.com > New Delhi - 110062 > > > On Mon, Dec 21, 2009 at 1:43 PM, amrahs k wrote: > >> Hi Dilip, >>

$$Excel-Macros$$ Re: Help Required!

2009-06-04 Thread amrahs k
t; dilipan...@gmail.com > dilipan...@yahoo.com > New Delhi - 110062 > On Wed, Jun 3, 2009 at 2:12 PM, amrahs k wrote: > >> Dear Team, >> >> Could any one suggest me to solve this task. >> >> Thanks, >> Sharma >> >> On Mon, Jun 1, 2009 at

$$Excel-Macros$$ Re: Help Required!

2009-06-03 Thread amrahs k
Dear Team, Could any one suggest me to solve this task. Thanks, Sharma On Mon, Jun 1, 2009 at 7:25 PM, Harmeet Singh wrote: > Hi Dilip Sir, > > Can you please look into this query. > > Regards, > Harmeet > > -- Forwarded message ------ > From: amrahs k

$$Excel-Macros$$ Re: Help Required!

2009-06-01 Thread amrahs k
Hi Harmeet, Any update on the below one. Whether this can be done through macro or not? Please let me know am waiting for your valuable suggestion. Regards, Sharma On Sat, May 30, 2009 at 4:58 PM, amrahs k wrote: > Hi Harmeet, > > I have comeup with new task and I have explained the

$$Excel-Macros$$ Re: Help Required!

2009-05-30 Thread amrahs k
Hi Harmeet, This is what i am exactly looking for. Thanks a lot. Keep rocking. Regards, Sharma On Fri, May 29, 2009 at 8:53 PM, Harmeet Singh wrote: > > > On Fri, May 29, 2009 at 1:23 PM, amrahs k wrote: > >> Hi Harmeet, >> >> I just want a macro for val

$$Excel-Macros$$ Re: Help Required!

2009-05-30 Thread amrahs k
ss > Range("B3").Select > While ActiveCell.Address <> strAddress >If ActiveCell.Offset(0, 89).Value <> "Labor" Then >MsgBox "Cell " & ActiveCell.Offset(0, 89).Address & " is > empty" >End If >ActiveCell.Offset

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

2009-05-20 Thread amrahs k
. > > see the attached file. > > Regards! > > 2009/5/13 amrahs k > > Hi Harmeet, >> >> I have attached one sample workbook that contains a query for data >> validation. >> >> I just need a macro for the same. >> >> Thanks for your

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

2009-05-13 Thread amrahs k
2009 at 5:53 PM, amrahs k wrote: > >> Hi Team, >> >> I need your help it is very urgent! >> >> Thanks, >> Sharma >> >> -- Forwarded message -- >> From: amrahs k >> Date: Wed, May 6, 2009 at 5:33 PM >> Subject: H

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

2009-05-13 Thread amrahs k
Hi Harmeet, Please find the attached sample workbook that contains a simple query for my project. Thanx in advance. Regards, Sharma On Wed, May 6, 2009 at 10:58 PM, Harmeet Singh wrote: > Hi, > > Please see attached file. > > On Wed, May 6, 2009 at 5:53 PM, amrahs k wrot

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

2009-05-06 Thread amrahs k
: > Hi, > > Please see attached file. > > On Wed, May 6, 2009 at 5:53 PM, amrahs k wrote: > >> Hi Team, >> >> I need your help it is very urgent! >> >> Thanks, >> Sharma >> >> -- Forwarded message -- >> From: amrahs

$$Excel-Macros$$ Extract the contents from Flash Site

2009-03-28 Thread amrahs k
Hi Team, Can anyone please suggest me to extract the contents from the Flash Site. It would be helpful if you could provide me macro to do this. Your suggestions will be of great help. Thanks, Sharma --~--~-~--~~~---~--~~ -