Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged vba
0
votes
847
views
1
answer
vba - Faster way to delete rows 40k+ rows at once
Is there a faster way to delete rows ? I just need to delete rows with odd row numbers from row 3 to ... If Next toDelete.Delete shift:=xlUp See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
677
views
1
answer
vba - Sort range without sorting it in a spreadsheet
Question is about sorting data in VBA. Suppose I have a Range("A1:A10") which I want to sort in ... Has someone ideas about this problem? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
1.1k
views
1
answer
vba - InfoBox.Popup Refuses to Close on Timer Expiration
Cobbled this test procedure together in an Outlook 2013 module from other posts, which should display a popup box, ... Sub End Select End Sub See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
641
views
1
answer
vba - MS Access / Outlook 2010 - how to choose which account to send email from?
I am trying to send emails from a specific account but it always sends from my main no matter how much ... Set olAccountTemp = Nothing End Sub See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
763
views
1
answer
vba - Import lines of code
Can we read scripts or lines of code to a module in vba? Like we have the include function in php. ... another macro and pass the parameters. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
657
views
1
answer
vba - Unable to read data from a CSV using ADO due to the driver thinking I am working with integers/number and showing nulls instead of text
I am trying to use the ADO to read in a series of text files into a worksheet. I am running into problems when the majority ... P,0 1,1 5,2 6,3 See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
692
views
1
answer
vba - How do you extract email addresses from the 'To' field in outlook?
I have been using VBA to some degree, using this code: Sub ExtractEmail() Dim OlApp As Outlook.Application Dim ... the 'To' Textbox. Thanks See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
759
views
1
answer
vba - Overflow when multiplying Integers and assigning to Long
If I type the following into the immediate window I get Runtime error '6': Overflow. MsgBox 24 * 60 * 60 ... 60 = 86400 should comfortably fit. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
606
views
1
answer
vba - How can I post-process the data from an Excel web query when the query is complete?
As a spreadsheet developer, I am trying to stitch together two sets of rows: one from a web query to a web ... there another way to do this? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
725
views
1
answer
vba - excel indirect function to read dates and return dynamic values
looking through the forum and can't find what I need. I have 100+ sheets with unique sheet names and data ... maybe a vlookup wrapped around it? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
916
views
1
answer
vba - How to add an embedded image to an HTML message in Outlook 2010
I have Office 2003 VBA code that uses the technique described here to embed an image in an HTML message using ... the Outlook 2010 object model? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
889
views
1
answer
vba - Application.Quit command not closing the entire Excel Application
I have following code under a button. When clicked it just closes the current Excel sheet but not the ... The following window still appears. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
669
views
1
answer
vba - How do I avoid run-time error when a worksheet is protected in MS-Excel?
The code snippet below changes the data validation state of a cell and runs when the Excel-2003 worksheet is unprotected ... code ' ... End With See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
671
views
1
answer
vba - Hiding active workbook programmatically in Excel
I'm working on a VBA project based in a workbook. The code opens a new workbook and calls an external ... prevent this from happening? Thanks! See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
618
views
1
answer
vba - How to stop ActiveX objects automatically changing size in office?
This thread discusses a problem I've been having with ActiveX objects in an Excel spreadsheet. It's a mess ... much prefer a better solution. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
793
views
1
answer
vba - Working with current open email
I would like to get the active opened MailItem (whether it's a new mail or a received mail) ... Application.ActiveInspector.currentItem End Sub See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
697
views
1
answer
vba - Iterating through files in folder via FileSystemObject
Ok, so I consider myself an Excel VBA expert (even though I've not done much with it for a while) but I'm ... "For Each" method hasn't worked. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
722
views
1
answer
vba - Is it possible to use auto-filter or find on a dictionary?
so I have a userform with comboBox serving as a dynamic-search box. The data needed to be searched is located ... Set emplDict = Nothing End Sub See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
1.3k
views
1
answer
vba - How to filter listbox values based on a Textbox value
I have a textbox and a listbox on userform. I want to filter the values in listbox based on the value I enter in ... = i + 1 Next fCell End Sub See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
678
views
1
answer
vba - Loop through cells and add to a range
How would I loop through cells B1 to J1 and add them to a range if they meet a certain criteria. For example ... to Range1. Thanks for the help! See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
732
views
1
answer
vba - Debugging an Outlook 2007 script fired by a rule
I'm trying to debug an Outlook 2007 VBA script that's fired by a rule. I've set a breakpoint in the ... get the script to stop on breakpoints. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
697
views
1
answer
vba - Escaping ' in Access SQL
I'm trying to do a domain lookup in vba with something like this: DLookup("island", "villages", "village = ... same. Have I missed something? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
649
views
1
answer
vba - How to highlight selected text within excel
I would like to write a VBA function to highlight specific text within an excel cell. Is this possible? I've been ... = vbRed End If End Sub See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
1.2k
views
1
answer
vba - ms access browse for file and get file name and path
I am using ms access and i want to add a button to browse for a file, get the name of the file and ... Right$(strPath, 1) End If End Function See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
848
views
1
answer
vba - Excel - Using COUNTIF/COUNTIFS across multiple sheets/same column
I am trying to "COUNT" the number of a certain object in column I (in this instance) across multiple sheets. ... advance for your time and help. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
875
views
1
answer
vba - To find and replace a text in the whole document in MS Word 2010 (including tables)
I have an MS Word document including a table. I am trying to find and replace text via VBA using the ... of the content within the table. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
775
views
1
answer
vba - What's the difference between Dim As New vs Dim / Set
In VBA, I can create objects one of two ways: 'First way Dim myCol1 As New Collection 'Second way Dim ... between the myCol1 and myCol2 objects? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
831
views
1
answer
vba - Check if a certain pdf file is open and close it
I use this code to export a pdf file from a word document. Before exporting I need to check first if a ... = Nothing Set adbPageView = Nothing See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
Page:
« prev
1
...
12
13
14
15
16
17
18
19
20
21
22
...
31
next »
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] python - Deploy containerized lambda with layer using CDK
[2] c - Unable to handle signals on Linux from inside of forked process
[3] vue 在js中调用以后,打印vue得到? wn(e){this._init(e)}是什么意思
[4] vue transition-group没有执行离开动画是代码哪里有问题吗?
[5] iview-ui 的Notice组件如何写点击回调,就是点击消息框触发一个点击事件
[6] ios - Detect when keyboard is fully visible and prevent keyboard appearance handling code from adding extra offset for hidden element
[7] minikube - create Replicaset with separate pods in Kubernetes
[8] node项目,怎么创建一个非react或者vue什么的项目,可以直接执行,好打断点?
[9] vue组件传值问题
[10] maven 导入多个本地jar,设置compilerargs extdirs不生效
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...