Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged vba

0 votes
887 views
1 answer
    I found numerous examples of VBA scripts to automatically move attachments to my hard drive. This one I've found ... objOL = Nothing End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have an automatically generated Excel sheet that has a column containing string values representing time spans. The values ... can I do that? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    In my macro, I have the following code : i = Application.WorksheetFunction.Match(str_accrual, Range(Selection, ... error doesn't appear. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
859 views
1 answer
    I am continuing to build on macros related to data retrieved from mainframe, similar to what is mentioned in my ... regard to this list issue. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have 3 columns: Year, Weeknum, WeekRange. i'd like the WeekRange column to display the Start and End Dates ... Appreciate any help i can get. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Any ideas on how to get a button to change cell values based on a table. Say cell A1 is the active cell and i ... Range("B1:B10").Value End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
927 views
1 answer
    I have created a data entry form in Access that uses combobox for entering farmer name. The combobox is used for ... .name" End If End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I have an email template saved in Outlook. I send this email out many times a day. Each email I send is ... copy, I need to CC someone. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
888 views
1 answer
    very new to this but I'll try to make my question simple to understand. I have an Excel sheet with a pivot table ... I want to save the file as. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
796 views
1 answer
    I have googled this and found multiple solutions for this but none of them have worked for me. I am ... . ActiveWorkbook.Close False End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I have the following macro to refresh my workbook. This is the same as clicking on the refresh all ... () ActiveWorkbook.RefreshAll End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
865 views
1 answer
    I have a table of products where there is say a pdf for a specific products user manual. I'm storing ... Any help would be greatly appreciated! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    Pretty simple explanation. I have a table with 10 entries, 5 entries with the year 2010 and 5 entries with 2011 ... form, all done within VBA? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
955 views
1 answer
    I have this code: For a = 1 To 5 strFoglio = "SheetName" & a Sheets.Add ActiveSheet.Name = strFoglio ... ...Next loop and not manually. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
939 views
1 answer
    I have a user form that displays line-by-line validation errors (in text box) that I want to supplement with user ... "!" & WhichRange) End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
988 views
1 answer
    I have wrote a piece of code to replace any characters, but it doesn't work fine with *. Can some ... :=False, _ ReplaceFormat:=False See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I am trying to write a macro that looks at the subject line of an email whenever the user hits the Send button. ... fire a macro on the click. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
801 views
1 answer
    Background: My work location has a default email format of RichText. Many people are adding images to their ... myMailItem = Nothing End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have the following macro. It changes numbers of the form x.x to x,x. It was recorded and I added the ... document and not just the selection. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
931 views
1 answer
    I am following the code from this page: How to create a script for the Rules Wizard in Outlook This is what I ... and VB.net but none for VBA. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm writing a VBA script that will fire off emails to our customers. I've made similar systems before, but the ... email, I can do that too) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
932 views
1 answer
    I have an excel sheet with dated scheduling information. I would like to send daily updates on how many calls ... sent. Is this possible? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
934 views
1 answer
    My company uses a single email address for customers to send requests and orders to. we created an Access ... s primary key field value. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I run this set of codes and it returns an error: Run-time error '1004' Unable to get the Vlookup ... MsgBox policynum MsgBox policybox End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
958 views
1 answer
    My situation is that I am trying to open Workbook A from Workbook B and run the Workbook_Open subroutine. The ... ("Workbook A").Workbook_Open) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have a spreadsheet I open programmatically using the VBA in Access: Set xl = CreateObject("Excel.Application") ... achieve what I'm after? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have 5 userforms for an email. The workflow goes like this: create new email userform1.show user selects the ... VK_V, 0, KEYEVENTF_KEYUP, 0 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I am writing VBA code to find the minimum and maximum dates in a Range. When I execute it, I get an error: ... columns, Column 5 and 8 are dates See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...