$$Excel-Macros$$ Database(PL/SQL) Developer with Spark in Sunnyvale, CA :: Need Local

2021-09-28 Thread Patrick Jane
Hello, *Greetings!* This is *Avanish* from *Next Level Business Services*. We are a global recruitment company with a specialization in hiring IT professionals. One of our clients is looking for a *Database(PL/SQL)** Developer *in *Sunnyvale, CA.* *Position: Database(PL/SQL) Developer*

$$Excel-Macros$$ Database Administrator with Snowflake atPlano, TX

2021-06-15 Thread Mohammed Zulqurnain Qamar Bilal
*bi...@tekishub.com* *The best way to contact me is by email:* *Looking for Database Administrator with Snowflake at Plano, TX* Hello Hope you are doing well, Our client is really very eager to fill this position ASAP If you're interested, please call me at your earliest convenience. I

$$Excel-Macros$$ Database Architect :: Minneapolis, MN :: 12+ Months Contract

2021-05-25 Thread kiran Toj
Hi All, *Job Title: Database Architect* *Location: Minneapolis, MN* *Duration: 12+ Months Contract* *ONISTE FROM FIRST DAY* *Job Description:* - 10+ years of experience in data architecture & data analytics space. - 5+ years of experience in developing end to end data solution a

$$Excel-Macros$$ Database Admin

2021-03-25 Thread Kriti Gakhar
Greetings, My name is Kriti and I am Recruiting Manager at eTeam Inc is a global contingency staffing firm servicing fortune 1000 clients across North America, Europe and Asia. We have an excellent job opportunity with one of our clients. *Kindly send the resume to Aeimen Firdous - **afird...

$$Excel-Macros$$ Database Reliability Engineer !! Jersey City, NJ !! Long Term Contract

2021-02-24 Thread kiran Toj
HI , I hope you are doing good, We have below open position for one of my client, please have a look at the below job description and let me know you’re interested. *Job Title: Database Reliability Engineer Location: Jersey City, NJ* *Duration: Long Term Contract* *Must Have:* 1. M

$$Excel-Macros$$ Database Admin with NO SQL

2018-11-14 Thread Nitya Recruiter
* Title : * *Database Admin with NO SQL* *Location : Alpharetta, GA* *Duration : 12 + Months* *Job Description* Resource will be responsible for application database administrator for professional services engagements. The position will require experience in requirements gathering,

$$Excel-Macros$$ Database Admin - Reston VA- Hiring 10 consultants - USC/GC

2018-10-16 Thread robin raj
*Role: Database Admin* *Location: Reston, VA* *Visa Status: USC/GC* *Rate: DOE * *Description:* *Duties and Responsibilities: * • Provide senior level technical leadership for database environments, including testing and installation of DBMS upgrades, and project management support from the data

$$Excel-Macros$$ Database Admin - Reston VA- Hiring 10 consultants - USC/GC

2018-10-16 Thread robin raj
*Role: Database Admin* *Location: Lenexa, KS* *Duration: 6 months+* *we need US or GC for this (no EAD):* • BS Degree in computer related field or equivalent experience • Strong verbal and written communication skills • 10+ years of software development experience • 5+ years of strong experi

$$Excel-Macros$$ Database Admin - Reston VA- DXC - Hiring 10 consultants - USC/GC

2018-10-16 Thread robin raj
Description: Duties and Responsibilities: • Provide senior level technical leadership for database environments, including testing and installation of DBMS upgrades, and project management support from the database administration perspective • Monitor the performance of production systems and uti

Re: $$Excel-Macros$$ Database | Data Modeling-------Newark, NJ-------------6 Months

2018-10-03 Thread Sumit Sharma
*Hello All Recruiting Partners,* * Hope you are doing good! * *My name is Sumit, I’m a Senior Account Manager at Silicon Spectra* *Silicon Spectra is a Santa Clara based organization helping client is accomplishing their technology goals. We have 100 consultants working with our clients.* *I’ve

$$Excel-Macros$$ Database | Data Modeling-------Newark, NJ-------------6 Months

2018-10-03 Thread kiran Toj
Hi Friends, Hope you are doing great, I have an urgent requirement from one of my esteem client, I will appreciate if you can have an eye on the below requirement and send me your consultant updated profile ASAP. *Database | Data Modeling* *Newark, NJ* *6 Months * *LinkedIn ID* *Passpo

$$Excel-Macros$$ Database

2018-05-14 Thread chrisguyette05
I have two development agencies that have proposed two different database models. How do you objectively compare the quality of one database model vs another? -- 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

Re: $$Excel-Macros$$ database copy paste issue from one workbook to another workbook

2016-01-27 Thread Kat
Hi Paul, Thank you for your response. The first time it copied all is fine. However, the second time it still copies all. I need it to copy only the updated data at next blank row ins

Re: $$Excel-Macros$$ database copy paste issue from one workbook to another workbook

2016-01-27 Thread Paul Schreiner
OK, I think I need a better example of what you HAVE and what you want the RESULT to be. In the sample files you provided, one was a blank sheet and the other had sample data.your original macro looks like it compared the two workbooks/worksheetsand for each row was intended to compare column A

Re: $$Excel-Macros$$ database copy paste issue from one workbook to another workbook

2016-01-26 Thread Kat
Hi Paul, If I run the command based on your comment that I use ThisWorkbook.Activate > MaxRow = ActiveCell.SpecialCells(xlLastCell).Row > MaxCol = ActiveCell.SpecialCells(xlLastCell).Column > For iRow = 1 To MaxRow > For iCol = 1 To MaxCol > Then the command below comes up with s

Re: $$Excel-Macros$$ database copy paste issue from one workbook to another workbook

2016-01-26 Thread Kat
Hi Paul, The code works. However, it doesn't achieve the desired result. The code doesn''t show all the updated data in the next blank row. It doesn't seem to compare the database in both workboooks. Cheers On Tuesday, 26 January 2016 21:20:47 UTC+8, Paul Schreiner wrote: > > I updated the

Re: $$Excel-Macros$$ database copy paste issue from one workbook to another workbook

2016-01-26 Thread Paul Schreiner
I updated the macro to this.give it a try: Option ExplicitSub test() Dim varSheetA As Variant Dim varSheetB As Variant Dim strRangeToCheck As String Dim strRangeToC As String Dim iRow As Long Dim iCol As Long Dim wbkA As Workbook Dim eRow As Long Set wbkA = Workbooks.Open(Filename:="C:\temp\vba\for

Re: $$Excel-Macros$$ database copy paste issue from one workbook to another workbook

2016-01-25 Thread Kat
Hi Paul, Please see attached the fortest.xlsx file for your attention. Cheers On Tuesday, 26 January 2016 04:18:22 UTC+8, Paul Schreiner wrote: > > you've only sent the "Tested.xlsm" file > Can you please include the fortest.xlsx file? > Otherwise, I would need to GUESS what file looks like. >

Re: $$Excel-Macros$$ database copy paste issue from one workbook to another workbook

2016-01-25 Thread Paul Schreiner
you've only sent the "Tested.xlsm" fileCan you please include the fortest.xlsx file?Otherwise, I would need to GUESS what  file looks like.It LOOKS like you're comparing columns A-C in one workbook to range C-E in another. However:you have: Set varSheetA = wbkA.Worksheets("Sheet1")Set varSheetB =

$$Excel-Macros$$ database copy paste issue from one workbook to another workbook

2016-01-24 Thread Kat
Hi guys, I want to copy paste database from one Workbook A to Workbook B. When new row data is added in Workbook A, the excel vba code will compare whether the data is exist in Workbook B. If no, new row data needs to be copied and pasted automatically to last existing row in Workbook B. I've h

Re: $$Excel-Macros$$ Database for concert ticket sales

2015-03-25 Thread Vaibhav Joshi
Hi can you share website link? On Sat, Mar 21, 2015 at 10:48 PM, ldenholl wrote: > Hi all, > > I'm an intermediate Excel/Access user and have an inquiry for you all. > > You know how when you buy tickets for a big event online and you can > select which seats you want in the process of buying?

$$Excel-Macros$$ Database for concert ticket sales

2015-03-21 Thread ldenholl
Hi all, I'm an intermediate Excel/Access user and have an inquiry for you all. You know how when you buy tickets for a big event online and you can select which seats you want in the process of buying? That's what I'm looking to do. I'm looking to set up a database/excel sheet that tracks tick

Re: $$Excel-Macros$$ Database Query Macro- Password Prompt - Excel

2014-02-28 Thread ashish koul
try ths http://www.mrexcel.com/forum/excel-questions/548342-embed-password-visual-basic-applications-odbc-connection.html On Wed, Feb 26, 2014 at 7:59 PM, pranav patil wrote: > I have created an Excel sheet that retrieves data from a ODBC source. I > have created a macro using macro recorder to

$$Excel-Macros$$ Database Query Macro- Password Prompt - Excel

2014-02-26 Thread pranav patil
I have created an Excel sheet that retrieves data from a ODBC source. I have created a macro using macro recorder to refresh the data by re-connecting to the database. However, the connection requires a password prompt and when the macro is run, you are still required to enter the password. I

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

2013-02-10 Thread joseph . camill
@googlegroups.com Reply-To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Database sort (copy from one sheet to another sheet in different order) 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

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 Grugeon > > > wrote: > >

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

2013-02-10 Thread joseph camill
can I get the same in vba On Sun, Feb 10, 2013 at 5:18 AM, David Grugeon wrote: > Hi Joseph > > Please find attached a solution. (Sheet - Output) > > It uses helper columns and rows which you can hide. > > To add another region just copy a complete region block (for example A3 to > L18 and pas

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

2013-02-09 Thread David Grugeon
Hi Joseph Please find attached a solution. (Sheet - Output) It uses helper columns and rows which you can hide. To add another region just copy a complete region block (for example A3 to L18 and paste it where you want it.Then change the region name to *Exactly* match the region name in Raw dat

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

2013-02-09 Thread joseph . camill
Hi David, Any chance to get the solution. Thanks, Joseph Sent on my BlackBerry® from Vodafone -Original Message- From: joseph.cam...@gmail.com Date: Sun, 3 Feb 2013 10:12:34 To: Reply-To: joseph.cam...@gmail.com Subject: Re: $$Excel-Macros$$ Database sort (copy from one sheet to

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

2013-02-03 Thread joseph . camill
@googlegroups.com Date: Sun, 3 Feb 2013 17:07:50 To: excel-macros@googlegroups.com Reply-To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Database sort (copy from one sheet to another sheet in different order) Continuation of reply 1) Are the names always in the same order in the input? Do

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

2013-02-02 Thread David Grugeon
n my BlackBerry® from Vodafone >> -- >> *From: * joseph.cam...@gmail.com >> *Date: *Fri, 1 Feb 2013 15:54:50 + >> *To: * >> *ReplyTo: * joseph.cam...@gmail.com >> *Subject: *Re: $$Excel-Macros$$ Database sort (copy fr

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

2013-02-02 Thread David Grugeon
seph.cam...@gmail.com > *Date: *Fri, 1 Feb 2013 15:54:50 + > *To: * > *ReplyTo: * joseph.cam...@gmail.com > *Subject: *Re: $$Excel-Macros$$ Database sort (copy from one sheet to > another sheet in different order) > > Any solution friends

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

2013-02-02 Thread joseph . camill
: $$Excel-Macros$$ Database sort (copy from one sheet to another sheet in different order) Any solution friends. Sent on my BlackBerry® from Vodafone -Original Message- From: joseph camill Sender: excel-macros@googlegroups.com Date: Fri, 1 Feb 2013 09:56:08 To: excel-macros@googlegroups.com

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

2013-02-01 Thread joseph . camill
Any solution friends. Sent on my BlackBerry® from Vodafone -Original Message- From: joseph camill Sender: excel-macros@googlegroups.com Date: Fri, 1 Feb 2013 09:56:08 To: excel-macros@googlegroups.com Reply-To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Database sort

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

2013-01-31 Thread joseph camill
database.xlsx Hi, Attached is the excel, for which I need some help. I want to paste data from one sheet to another sheet in a different view. I need this to be coded in vba as this is just a sample and my file is much larger th

Re: $$Excel-Macros$$ database concept - Reg

2011-05-18 Thread saggi
Create a custom list by typing in values Click the Microsoft Office Button , and then click Excel Options. Click the Popular category, and then under Top options for working with Excel, click Edit Custom Lists. In the Custom Lists box, click NEW LIST, and then type the entries in the List entries

Re: $$Excel-Macros$$ database concept - Reg

2011-05-17 Thread STDEV(i)
it looks like you need a textbook / excel standard manual Go to a bookstore and buy one you can also visit to this sites: http://blog.contextures.com/archives/2010/03/10/sort-it-your-way-with-excel-custom-lists/ http://www.ehow.com/how_5905455_create-custom-list-excel-2007.html http://spreadshee

Re: $$Excel-Macros$$ database concept - Reg

2011-05-17 Thread jmothilal
3:03 PM > *To:* excel-macros@googlegroups.com > *Subject:* $$Excel-Macros$$ database concept - Reg > > > > Dear Excel Experts > > I am typing name and place name different worksheets. > > > like > > anand > babu > kumar > anand > kumar > babu >

Re: $$Excel-Macros$$ database concept - Reg

2011-05-17 Thread rf1234 rf1234
ay, May 17, 2011 3:03 PM > *To:* excel-macros@googlegroups.com > *Subject:* $$Excel-Macros$$ database concept - Reg > > > > Dear Excel Experts > > I am typing name and place name different worksheets. > > > like > > anand > babu > kumar > anand > ku

RE: $$Excel-Macros$$ database concept - Reg

2011-05-17 Thread Rajan_Verma
Make a Custom List for all names From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of jmothilal Sent: Tuesday, May 17, 2011 3:03 PM To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ database concept - Reg Dear Excel Experts I am typing name and

$$Excel-Macros$$ database concept - Reg

2011-05-17 Thread jmothilal
Dear Excel Experts I am typing name and place name different worksheets. like anand babu kumar anand kumar babu same worksheet it' shows previous typing names , i want to store all the names in worksheets . when ever i need type get this name for any worksheets just like database -- J.M

Re: $$Excel-Macros$$ Database Connecting problem

2009-12-23 Thread rf1234 rf1234
u can download Retrieve_data_from_MS_access.rar

Re: $$Excel-Macros$$ Database Connecting problem

2009-12-23 Thread Mahavir Bhardwaj
Hi abhishek, i dont know that it was working or not. my os is 32 bit.. Mahavir 2009/12/23 Abhishek Jain > Hi Mahavir, > > > Was the connection working in the past ? > > Is the OS you are using is 64 bit ? > > Krgrds, > > Aj > > On Wed, Dec 23, 2009 at 12:00 AM, Mahavir Bhardwaj < > virbhardw

Re: $$Excel-Macros$$ Database Connecting problem

2009-12-23 Thread Abhishek Jain
Hi Mahavir, > Was the connection working in the past ? > Is the OS you are using is 64 bit ? Krgrds, Aj On Wed, Dec 23, 2009 at 12:00 AM, Mahavir Bhardwaj wrote: > Dear All, > > I am tring to import some data from other applications such as Access & > Tally but when i connect it to them > > *

$$Excel-Macros$$ Database Connecting problem

2009-12-22 Thread Mahavir Bhardwaj
Dear All, I am tring to import some data from other applications such as Access & Tally but when i connect it to them *[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified* Message is coming. Please give any solution. Mahavir Singh -- ---