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
761
views
1
answer
vba - Looping through a Scripting.Dictionary using index/item number
Similar to this issue, when using a Scripting.Dictionary object in VBA, the outcome of the code below is ... through the items by number. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
535
views
1
answer
vba - How does Excel's worksheet password protection work
This code has been floating around the net for quite a few years - it's apparently able to provide a ... not understanding due to syntax? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
895
views
1
answer
vba - Set formula to a range of cells
this is simple demo of what i want to do. I want to set a formula to a range of cells(eg. C1 to C10). Range(" ... ("C1:C10").Formula = "=Ax+Bx" See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
654
views
1
answer
vba - Export tables to an excel spreadsheet in same directory
I have two tables in my access database that I want to be able to export to excel. I can do it by ... historical exports as well. Any advice? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
652
views
1
answer
vba - Lock down Microsoft Excel macro
I've spent some time writing an Excel Macro that is potentially worth money to a lot of companies. How ... forwarding to other people? Thanks See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
635
views
1
answer
vba - Changing linked table location programmatically
I have an Access database with a linked table in a second database, located in the same directory as ... adjusts the linkage accordingly. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
691
views
1
answer
vba - How do I loop an excel 2010 table by using his name & column reference?
Since Excel 2010 I'm using a lot of tables within Excel. For example, I have a table "tabWorkers" with 3 ... (like with [tabWorkers].Rows) See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
770
views
1
answer
vba - How to get the procedure or function name at runtime?
Is there any way to return the name of a function or procedure at runtime? I'm currently error handling ... kernel memory via API calls. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
777
views
1
answer
vba - How to change Named Range Scope
When I create a named range through the Name Manager, I'm given the option of specifying Workbook or [worksheet ... :B2 with 'sheet1' scope? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
641
views
1
answer
vba - Run-time error '91' (Object variable or With block variable not set)
I am relatively new to VBA and am trying to put together a msgbox that will give me a specific number from a web ... (CRD# 5944070)</span></div> See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
724
views
1
answer
vba - Search structured text in Outlook body
I need to find a line in a selected mail and copy it. The line contains Mailbox: ???????????? ... .CurrentItem Case Else End Select End Function See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
762
views
1
answer
vba - Select Newest Record and Create New Table of Unique Values in Excel
I have an Excel table that records vehicle progress through work stations within a business. A given work station may ... I seek, in Excel? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
904
views
1
answer
vba - Handling Events for OLEObject CommandButtons created at Runtime
I have struggled with this problem for while now...I want to do something very simple. I want to create ... .Add Item:=OLEBtnObj End Sub 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 - UrlDownloadToFile in Access 2010 - Sub or Function not Defined
I am trying to use the function URLDownloadToFile in Access 2010 VBA code. When i run the code it tells me that ... a url to to a file? 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 - Finding a workbook in one of multiple Excel instances
I have a macro in Outlook VBA to grab data from an open Excel workbook ("Workbook1"). I reference the ... running more than one Excel instance? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
948
views
1
answer
vba - Excel (Office 365) restarts automatically while executing UDF
Thanks in advance for your help. I am not sure where the problem in my UDF but the excel restarts ... & Office 365 is my environment See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
824
views
1
answer
vba - Slice array to use index on larger than 65000
I use the code hereunder to calculate max values as described in this post (vba max value of group of ... Function End If Next End Function See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
795
views
1
answer
vba - Speed up multiple replacement
I'm writing a Word macro that reads about 1000 word pairs from an Excel file and does replacement accordingly ... to speedup the replacement? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
775
views
1
answer
vba - Declare PtrSafe Compatibility in Excel
I am using this statement in VBA Private Declare PtrSafe Function GetTimeZoneInformationAny Lib "kernel32" Alias _ " ... happens. any ideas? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
1.0k
views
1
answer
vba - MSHTML: CreateDocumentFromString instead of CreateDocumentFromUrl
I'd like to use the MSHTML library to parse some HTML that I have in a string variable. However, I can't ... using the oDoc variable' .... See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
932
views
1
answer
vba - Return the selected text from a dropdown box
I am trying to return the text from a dropdown box that is selected on an Excel form. I have tried many ... .Shapes("DropDown1").Value etc. 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 - Xmlhttp request is raising an Access Denied error
The following Excel macro, which is making an xmlhttp request to this webpage to retrieve some values at a second ... and 1 at every call? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
987
views
1
answer
vba - Can I Get the Source Range Of Excel Clipboard Data?
If the Clipboard contains an Excel Worksheet Range, you can access that Range's Data with the DataObject ... Preferably using Excel 2003 VBA 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 - VB6/VBScript change file encoding to ansi
I am looking for a way to convert a textfile with UTF8 encoding to ANSI encoding. How can i go around and ... Basic (VB6) and or vbscript? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
966
views
1
answer
vba - How can I create text files with special characters in their filenames
Demonstration of my problem Open a new Excel workbook and save these symbols 設計師協會 to cell [A1] insert the ... the VB script run-time library See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
836
views
1
answer
vba - Excel Useform: How to hide application but have icon in the taskbar
What I want to have is Application.Visible = False, so that my users cannot see the excel/worksheets, only ... .Visible = True End Sub See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
939
views
1
answer
vba - How to loop through all controls in a form, including controls in a subform - Access 2007
As the title of my question suggest, how is it possible to loop through all the controls in a form, including ... help or pointers. Cheers Noel See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
0
votes
980
views
1
answer
vba - Reverse order of For Each loop
One of the most powerful things about VB is ability to loop through objects in a collection WITHOUT referring to ... the for each loop syntax? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vba
Page:
« prev
1
...
13
14
15
16
17
18
19
20
21
22
23
...
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] 关于数据库商品库存的架构设计问题
[2] 请问有如下SQL查询的需求,先查询一张表获得一个ID,然后再用这个ID去查另一张表,最后将查询到的数据合并到数组的同个索引里面
[3] d3.js怎样将图片设置为地图的背景呢
[4] asp.net - Add Footnotes with a Word Extension
[5] php - Call to undefined relationship [products] on model [AppCategory] in Laravel 7
[6] java 正则匹配问题
[7] swift - How to arrange a view in architecture MVC? When coding through code
[8] oracle中sql如何写才能查询出超过5000个字的clob类型的字段?
[9] sql - PostgreSQL import from CSV NULL values are text - Need null
[10] email - Microsoft Exchange On Azure
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
广告位招租
...