由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Quant版 - how to access VBA code in another Excel workbook
相关主题
关于VBA 结合 C++[合集] 问个Excel+VBA的问题
EXCEL VBA in real worldzt: Modeling without Programming
转行,操作起来比说的难。。请教一下BRETT版主
大家帮忙看看这种经历对找金融哪方面工作有帮助?excel 问题
set up data mining model in SQl server 2008 win 7 (转载)请推荐一本用EXCEL VBA做financial model的书
create table on SQL server from python pyodbc[合集] Excel中的问题
Hedge Fund Software Programmer and/or Network AdministratorExcel VBA help!!!
[合集] Monte Carlo 如何把Matlab的控制结构转换成Excel程序?请教VBA(macro 跟 user defined function)
相关话题的讨论汇总
话题: excel话题: workbook话题: vba话题: access话题: buttion
进入Quant版参与讨论
1 (共1页)
f********s
发帖数: 658
1
I created a VBA code in one Excel workbook. I add a button in the toolbar to
facilitate the use. My excel version is 2007. I want to use this vba code
in another workbook.
However, when I open other workbook and click on the button, I can't access
the code I created. I remember in the before when I use Excel 2003 and click on the buttion,
Excel can open the workbook which I created and saved this Macro and then
use it for the new version.
How do I sovle this problem? Do I need to creat an Add-in
S*********N
发帖数: 6151
2

to
access
click on the buttion,
at least you can copy & paste.
check if you have included the addin needed.

$30 for a complete solution.
Email your excel with detailed requirement.

【在 f********s 的大作中提到】
: I created a VBA code in one Excel workbook. I add a button in the toolbar to
: facilitate the use. My excel version is 2007. I want to use this vba code
: in another workbook.
: However, when I open other workbook and click on the button, I can't access
: the code I created. I remember in the before when I use Excel 2003 and click on the buttion,
: Excel can open the workbook which I created and saved this Macro and then
: use it for the new version.
: How do I sovle this problem? Do I need to creat an Add-in

d*j
发帖数: 13780
3
........

【在 S*********N 的大作中提到】
:
: to
: access
: click on the buttion,
: at least you can copy & paste.
: check if you have included the addin needed.
:
: $30 for a complete solution.
: Email your excel with detailed requirement.

i****y
发帖数: 82
4
Application.Run(wbTarget.Name & "!Functionname", 1, 2)

to
access
click on the buttion,

【在 f********s 的大作中提到】
: I created a VBA code in one Excel workbook. I add a button in the toolbar to
: facilitate the use. My excel version is 2007. I want to use this vba code
: in another workbook.
: However, when I open other workbook and click on the button, I can't access
: the code I created. I remember in the before when I use Excel 2003 and click on the buttion,
: Excel can open the workbook which I created and saved this Macro and then
: use it for the new version.
: How do I sovle this problem? Do I need to creat an Add-in

l**********t
发帖数: 5754
5
I believe you can save your macro/function as an excel add-on (xla file?), so
that you can use it in any excel files that you open, and share it with others if you like.
l******n
发帖数: 9344
6
too complicated
open the workbook and call it directly

so
others if you like.

【在 l**********t 的大作中提到】
: I believe you can save your macro/function as an excel add-on (xla file?), so
: that you can use it in any excel files that you open, and share it with others if you like.

t*******z
发帖数: 606
7
正解

【在 i****y 的大作中提到】
: Application.Run(wbTarget.Name & "!Functionname", 1, 2)
:
: to
: access
: click on the buttion,

1 (共1页)
进入Quant版参与讨论
相关主题
请教VBA(macro 跟 user defined function)set up data mining model in SQl server 2008 win 7 (转载)
谁有Option Pricing Models & Volatility Using Excel-VBA 的CDcreate table on SQL server from python pyodbc
Anyone knows about Clone function in EXCEL VBA?Hedge Fund Software Programmer and/or Network Administrator
能不能推荐些好的C#的书?[合集] Monte Carlo 如何把Matlab的控制结构转换成Excel程序?
关于VBA 结合 C++[合集] 问个Excel+VBA的问题
EXCEL VBA in real worldzt: Modeling without Programming
转行,操作起来比说的难。。请教一下BRETT版主
大家帮忙看看这种经历对找金融哪方面工作有帮助?excel 问题
相关话题的讨论汇总
话题: excel话题: workbook话题: vba话题: access话题: buttion