View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
mudraker[_421_] mudraker[_421_] is offline
external usenet poster
 
Posts: 1
Default Combine macros mismatch


You have not said on what command you are getting the error message
Assuming error in in the CallMacros macro try using the following
commands
Change book & shhet names to suit


Code:
--------------------

Application.Run "Book1.xls!Sheet1.ButtonReset_Click"
Application.Run "Book1.xls!Sheet1.Worksheet_Calculate"

--------------------


--
mudraker

If my reply has assisted or failed to assist you I welcome your
Feedback.

www.thecodecage.com
------------------------------------------------------------------------
mudraker's Profile: http://www.thecodecage.com/forumz/member.php?userid=18
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=64570