Insert the output of TRANSFORM into another table
Hi I want insert the result of below query in one table, any idea how to achieve this? Code: TRANSFORM Last(Nz(RevenueInUSD,0)) AS WKRevenueInUSD SELECT [Banker] FROM tbl_TB INNER JOIN...
View ArticleDocument Name ?
I need to update a document on opening from a .csv file that has the same name as the document (but different extension). The document is created from a template, and is crerated by users. The .csv...
View ArticleopenXML sdk - Add page numbering and table of contents to word document
Hi, I cant´t find a solution to this anywhere. Do you guys know how to add a footer with page numbering to a wordprocessingdocument using the openxml sdk? And/Or do you know how to add a table of...
View ArticleVba send mail by Gmail
Hi, I'm done code so far i having big problems with further part: -insert txt to textarea with label TO -insert txt to textarea with label Subject -Insert txt to body of email form -send -Signout The...
View ArticleMsOf10 How to compare files in directory with data in spreadsheet
Hi, I've created a macro, that makes a list of all .xls files in such directory, and then getsvalues from certain cells from closed workbook. However I'would like it to compare name of the files, that...
View ArticleMsOf10 Outlook Print Macro
I need to create a Outlook Macro that will print an email and the attachments contained in that email. Here is the completely functioning code.. The problem is the folder that i need to map to is...
View ArticleMsOf07 Excel auto sending Email
Hi All i like to create a macro for combining and searching address and sending auto email. at currently i am doing it manually. please go through the below example. Example :- one excel will contain a...
View ArticleMsOf07 Detecting if captcha image is present on webpage?
So I don't want to bypass a captcha, I just want to detect if one is there. I am using a VBA macro in Office '07 to control an external webpage on Firefox, and I need to know if there is a way to...
View ArticleMsOf07 Need Access Form design help
I've created the form shown in the image The meetingattendees field is linked to a table called roster - A drop down of members who are part of the team. This attendance record is added to a seperate...
View ArticleMsOf07 Selecting a Table from an External Webbrowser (Firefox)
So I'm using Excel and need to figure out how to select the complete table from a website that is in Firefox. I currently have it paste the results into the search bar, it returns the results just...
View ArticleCopy and Paste in Multiple Workbooks
I have two work Books. Workbook A I have data in cells A1..F and the last row could vary. And then also have data in Cells L4..M8 that I need to copy into another workbook Workbook B that will have...
View ArticleNeed Macro for this
Hi I have excel sheet ... in excel sheet every time i copy & paste in data have some ticket in one row in this format TE8Q52444686(B),TE8Q73554834(B),TE8Q63695559(B),TE8Q39393283(B) the i use...
View ArticleNeed Macro for this
Hi I have excel sheet ... in excel sheet every time i copy & paste in data have some ticket in multiple row in this format TE8Q52444686(B),TE8Q73554834(B),TE8Q63695559(B),TE8Q39393283(B)...
View Articlenext 7 day birthday list
In below code i get day wise birthday.. now i need 7 day birthday list in pop Private Sub Workbook_Open() Dim ws As Worksheet Dim rng As Range Dim lRow As Long, i As Long Dim msg As String Set ws =...
View ArticleExcel Macro to download email attachments from MS Outlook
Hi All, I have the same query where i need to download the excel attachment from the inbox (a specific folder) in which the subject line will be "DPM",d.p.m (subject contains these three in letters) on...
View Articleworkbook optionbuttons lose their position when their rows unhidden
Hi, i am currently facing a very odd problem with optionbuttons and groupboxes. i have generated a set of form optionbuttons on a worksheet on certain rows and placed inside groupboxes, where each...
View ArticleEmbedding Data In Outlook
Hi, Is it possible to embed a client list into outlook so that I can populate a combobox in an addin. This would then need to be periodically updated/replaced to reflect syncronisation with a live...
View ArticleMsOf10 How to add value to a combobox which is on a worksheet (not form)
"My problem is that I cant give value to a combobox in the way that I want to! "code place was here" This works fine, if I run the program from the VB editor, but if a user opens the xls document,...
View ArticlePassing tag from Office2010 ribbon
Hi, I'm trying to assign a macro to a customised ribbon. I can do this ok, but I can't get it to pass a tag parameter at all. My ribbon xml contains: <mso:button idQ="x1:Letter_0_E3B85FB"...
View ArticleHelp! Macro code does not works on button!
Theres a range of cells from A:9 to D:9 and down until it have data. I must copy paste those cells with the data to the worksheet 2, and I have to sort them by their year in ascending order! Thing is,...
View Article