Subscribe
Subscribe
Subscribe Options (Close)
Topic: vba
New with Topic: vba
steve reh posted a tweet
Blog Visitor Retention http://bte.tc/vba #RTW
272586 posted a blog entry
在Excel中如何快速合併部分相同的欄位並取某一欄位之最大或最小資料
網友sunny...
網友sunny...
Peter Stewart bookmarked a link
Doug Klippert posted a blog entry
Change Code to Comments
Fast solutionWhen you're testing procedures, you can temporarily convert a block of VBA code to comments that will be ignored...
Fast solutionWhen you're testing procedures, you can temporarily convert a block of VBA code to comments that will be ignored...
JANAKIRAM MP posted a tweet
#dyngp Print Crystal Reports Directly to the printer using VBA: Mohammad Daoud is back with a new post co.. http://bit.ly/4sYeF
272586 posted a blog entry
Effendiuz posted a blog entry
What To Know About Microsoft Excel VBA Training Courses
Taking advantage of Microsoft Excel VBA training is a good idea for those who want to do more than just make use of the basic...
Taking advantage of Microsoft Excel VBA training is a good idea for those who want to do more than just make use of the basic...
titiworm1 posted a blog entry
Taking Advantage Of Microsoft Excel VBA Training
Learning about Microsoft Excel VBA training classes, courses and seminars will be the first step necessary in order to take...
Learning about Microsoft Excel VBA training classes, courses and seminars will be the first step necessary in order to take...
Mr Cichy shared an item
Solve Sudoku Puzzles using Excel [because it is weekend]
Sanjay, my colleague is an avid programmer and excel enthusiast. In his spare time he wrote a small VBA macro to solve Sudoku. Sudoku is a very famous number based puzzle with a 9×9 grid of cells. Each of the 9 rows, columns and 3×3 blocks should be...
Sanjay, my colleague is an avid programmer and excel enthusiast. In his spare time he wrote a small VBA macro to solve Sudoku. Sudoku is a very famous number based puzzle with a 9×9 grid of cells. Each of the 9 rows, columns and 3×3 blocks should be...
20 days ago
Google Reader
| Topics: VBA Macros, downloads, excel fun, excel games | Add google reader to your profile
Google Reader
| Topics: VBA Macros, downloads, excel fun, excel games | Add google reader to your profilechandoo posted a blog entry
Solve Sudoku Puzzles using Excel [because it is weekend]
Sanjay, my colleague is an avid programmer and excel enthusiast. In his spare time he wrote a small VBA macro to solve Sudoku....
Sanjay, my colleague is an avid programmer and excel enthusiast. In his spare time he wrote a small VBA macro to solve Sudoku....
21 days ago
Pointy Haired Dilbert - Chandoo.org
| Topics: VBA Macros, downloads, excel fun, excel games
Pointy Haired Dilbert - Chandoo.org
| Topics: VBA Macros, downloads, excel fun, excel gameschandoo posted a blog entry
Solve Sudoku Puzzles using Excel [because it is weekend]
Sanjay, my colleague is an avid programmer and excel enthusiast. In his spare time he wrote a small VBA macro to solve Sudoku....
Sanjay, my colleague is an avid programmer and excel enthusiast. In his spare time he wrote a small VBA macro to solve Sudoku....
21 days ago
Pointy Haired Dilbert - Chandoo.org
| Topics: VBA Macros, downloads, excel fun, excel games
Pointy Haired Dilbert - Chandoo.org
| Topics: VBA Macros, downloads, excel fun, excel gameshonza bookmarked links
370 posted a blog entry
integrating ms office and wordpress with vba and xml-rpc
Okay. Yesterday I made some basic stuff to grab my Wordpress blog data with visual basic for applicationsn cos I don’t...
Okay. Yesterday I made some basic stuff to grab my Wordpress blog data with visual basic for applicationsn cos I don’t...
honza bookmarked links
VBA Express : Word - Default Page Setup Setter
.Orientation = wdOrientPortrait .TopMargin = InchesToPoints(0.6) .BottomMargin = InchesToPoints(0.97) .LeftMargin = InchesToPoints(0.6) .RightMargin = InchesToPoints(0.6) .PageWidth = InchesToPoints(8.27) .PageHeight = InchesToPoints(11.69)
.Orientation = wdOrientPortrait .TopMargin = InchesToPoints(0.6) .BottomMargin = InchesToPoints(0.97) .LeftMargin = InchesToPoints(0.6) .RightMargin = InchesToPoints(0.6) .PageWidth = InchesToPoints(8.27) .PageHeight = InchesToPoints(11.69)
honza bookmarked links
honza bookmarked links
Chiara posted a blog entry
VBA Rescue CD
VBA Rescue CD come gli altri Rescue CD è estremamente valido.Molto diffuso nei Paesi dell' Est Europa specialmente in...
VBA Rescue CD come gli altri Rescue CD è estremamente valido.Molto diffuso nei Paesi dell' Est Europa specialmente in...
272586 posted a blog entry
Lowes Home Improvement posted a blog entry
Professional Excel Development: The Definitive Guide to Developing Applications Using Microsoft(R) Excel and VBA(R) (The Addison-Wesley Microsoft Technology Series)
Professional Excel Development: The Definitive Guide to Developing Applications Using Microsoft(R) Excel and VBA(R) (The...
Professional Excel Development: The Definitive Guide to Developing Applications Using Microsoft(R) Excel and VBA(R) (The...
Jethro posted a blog entry
Riding and other bits and pieces
Back to work and back to an inbox full of things to do. I have spent a massive amount of time this last week working – the...
Back to work and back to an inbox full of things to do. I have spent a massive amount of time this last week working – the...
rika bookmarked a link
honza bookmarked a link
272586 posted a blog entry
272586 posted a blog entry
如何讀取多個Excel中的活頁簿名稱
會寫這個功能是因為有些人會在excel中一個檔案儲存很多活頁簿,藉由這個程式可以知道那些Excel...
會寫這個功能是因為有些人會在excel中一個檔案儲存很多活頁簿,藉由這個程式可以知道那些Excel...
chandoo posted a blog entry
Pimp your comment boxes [because it is Friday]
Excel comment boxes are a very useful feature, but the comment box look hasn't changed since slice bread. So Tom, one of our...
Excel comment boxes are a very useful feature, but the comment box look hasn't changed since slice bread. So Tom, one of our...
63 days ago
Pointy Haired Dilbert - Chandoo.org
| Topics: VBA Macros, cell comments, formatting, guest posts
Pointy Haired Dilbert - Chandoo.org
| Topics: VBA Macros, cell comments, formatting, guest postschandoo posted a blog entry
Pimp your comment boxes [because it is Friday]
Excel comment boxes are a very useful feature, but the comment box look hasn't changed since slice bread. So Tom, one of our...
Excel comment boxes are a very useful feature, but the comment box look hasn't changed since slice bread. So Tom, one of our...
63 days ago
Pointy Haired Dilbert - Chandoo.org
| Topics: VBA Macros, cell comments, formatting, guest posts
Pointy Haired Dilbert - Chandoo.org
| Topics: VBA Macros, cell comments, formatting, guest posts272586 posted a blog entry
Peter Stewart bookmarked links
Pass Data To\From UserForm
Passing data between a vba macro and a user form.
Passing data between a vba macro and a user form.
Custom VBA Message Box
Create a userform to create a more advanced and useful message box in word vba.
Create a userform to create a more advanced and useful message box in word vba.
Debra D posted a blog entry
Remove Excel Macros Security Warning
Even though an Excel workbook doesn’t contain any macros, sometimes when you open a file, a security warning appears. This...
Even though an Excel workbook doesn’t contain any macros, sometimes when you open a file, a security warning appears. This...
chandoo posted a blog entry
Get cell comments using Excel Formula
Excel has a very useful feature called "cell comments" using which you can add comment to a cell. This is a very good way to...
Excel has a very useful feature called "cell comments" using which you can add comment to a cell. This is a very good way to...
71 days ago
Pointy Haired Dilbert - Chandoo.org
| Topics: Learn Excel, VBA Macros, cell comments, getComment
Pointy Haired Dilbert - Chandoo.org
| Topics: Learn Excel, VBA Macros, cell comments, getCommentvicani posted a blog entry
[Series] Topographic modelling: You’ve been Measured, get used to it.
Ketika volume pekerjaan earthwork (galian/timbunan tanah) ditentukan di tempat galian (borrowpit), saat itulah Topographic...
Ketika volume pekerjaan earthwork (galian/timbunan tanah) ditentukan di tempat galian (borrowpit), saat itulah Topographic...
vicani posted a blog entry
Nearest Bench Mark Finder Program
Seorang teman kebetulan mendapat sebuah program VBA untuk mencari titik BM (Bench Mark) terdekat terhadap kordinat tertentu....
Seorang teman kebetulan mendapat sebuah program VBA untuk mencari titik BM (Bench Mark) terdekat terhadap kordinat tertentu....
riott posted a blog entry
directory list using Excel
This is excellent. I have been looking for a way to get a list of files in a directory into Excel so that I can determine which...
This is excellent. I have been looking for a way to get a list of files in a directory into Excel so that I can determine which...
Alganduro posted a blog entry
Office MultiDoc Password Cracker
CAOS CASLAS CRACKS - Microsoft Office Tools - Office Multi-document Password CrackerOffice Multi-document Password Cracker é...
CAOS CASLAS CRACKS - Microsoft Office Tools - Office Multi-document Password CrackerOffice Multi-document Password Cracker é...
Related topics
charts
excel
excel 2003
games
learn excel
Macros
microsoft
MS Word
programming
scripts
spreadsheets
sudoku
tips
VBA Macros
Word
Top members tagged
Top communities tagged
You
Explore
Create
Help
MyBlogLog Blog | MyBlogLog RSS Feed | Terms of Service | Privacy Policy | Report Abuse
Copyright © 2005-2009 MyBlogLog. All rights reserved. Copyright/IP Policy

















